Slow and precise uniform [0, 2^64) pseudo-random generator.
More...
#include <rand.h>
List of all members.
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)
|
Detailed Description
Slow and precise uniform [0, 2^64) pseudo-random generator.
Member Function Documentation
value_type random_number64::operator() |
( |
| ) |
const |
|
inline |
Returns a random number from [0, 2^64)
The documentation for this struct was generated from the following file: