|
Stxxl
1.4.0
|
Slow and precise uniform [0, 2^64) pseudo-random generator. More...
#include <rand.h>

Public Types | |
| typedef stxxl::uint64 | value_type |
Public Member Functions | |
| random_number64 (unsigned seed=0) | |
| value_type | operator() () const |
| Returns a random number from [0, 2^64) | |
Public Attributes | |
| random_uniform_slow | uniform |
Slow and precise uniform [0, 2^64) pseudo-random generator.
| stxxl::random_number64::random_number64 | ( | unsigned | seed = 0 | ) | [inline] |
| value_type stxxl::random_number64::operator() | ( | ) | const [inline] |
1.7.6.1