Stxxl
1.4.0
|
Fast uniform [0, 2^32) pseudo-random generator with period 2^32, random bits: 32. More...
#include <rand.h>
Public Types | |
typedef unsigned | value_type |
Public Member Functions | |
value_type | operator() () const |
Returns a random number from [0, 2^32) |
Fast uniform [0, 2^32) pseudo-random generator with period 2^32, random bits: 32.
typedef unsigned stxxl::random_number32::value_type |
value_type stxxl::random_number32::operator() | ( | ) | const [inline] |
Returns a random number from [0, 2^32)
Definition at line 46 of file rand.h.
References stxxl::ran32State.