Fast uniform [0, 2^32) pseudo-random generator with period 2^32, random bits: 32. Reentrant variant of random_number32 that keeps it's private state.
More...
#include <rand.h>
List of all members.
Public Types |
typedef unsigned | value_type |
Public Member Functions |
| random_number32_r (unsigned seed=0) |
value_type | operator() () const |
| Returns a random number from [0, 2^32)
|
Public Attributes |
unsigned | state |
Detailed Description
Fast uniform [0, 2^32) pseudo-random generator with period 2^32, random bits: 32. Reentrant variant of random_number32 that keeps it's private state.
Member Function Documentation
value_type random_number32_r::operator() |
( |
| ) |
const |
|
inline |
Returns a random number from [0, 2^32)
The documentation for this struct was generated from the following file: