|
STXXL
1.4.1
|
Slow and precise uniform [0.0, 1.0) pseudo-random generator period: at least 2^48, random bits: at least 31.
random_uniform_fast Public Types | |
| typedef double | value_type |
Public Member Functions | |
| random_uniform_slow (unsigned seed=0) | |
| value_type | operator() () const |
| Returns a random number from [0.0, 1.0) More... | |
Static Public Member Functions | |
| static void | _dorand48 (unsigned short xseed[3]) |
| static double | _erand48 (unsigned short xseed[3]) |
Public Attributes | |
| unsigned short | state48 [3] |
| typedef double stxxl::random_uniform_slow::value_type |
|
inline |
Definition at line 221 of file rand.h.
References stxxl::get_next_seed().
|
inlinestatic |
|
inlinestatic |
|
inline |
|
mutable |