random_number64 Struct Reference
Slow and precise uniform [0, 2^64) pseudo-random generator.
More...
#include <rand.h>
List of all members.
|
Public Member Functions |
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: