|
STXXL
1.4-dev
|
Slow and precise uniform [0, 2^64) pseudo-random generator.
Collaboration diagram for stxxl::random_number64:Public Types | |
| typedef stxxl::uint64 | value_type |
Public Member Functions | |
| value_type | operator() (value_type N) const |
| Returns a random number from [0, N) More... | |
Public Attributes | |
| __pad0__: uniform(seed) { } inline value_type operator () () const { return static_cast<value_type>(uniform() * (18446744073709551616.)) | |
| random_uniform_slow | uniform |
|
inline |
| random_uniform_slow stxxl::random_number64::uniform |