random_uniform_slow Struct Reference
Slow and precise uniform [0.0, 1.0) pseudo-random generator period: at least 2^48, random bits: at least 31.
More...
#include <rand.h>
List of all members.
|
Public Member Functions |
value_type | operator() () const |
| Returns a random number from [0.0, 1.0).
|
Detailed Description
Slow and precise uniform [0.0, 1.0) pseudo-random generator period: at least 2^48, random bits: at least 31.
- Warning:
- Seed is not the same as in the fast generator
random_uniform_fast
Member Function Documentation
value_type random_uniform_slow::operator() |
( |
|
) |
const [inline] |
Returns a random number from [0.0, 1.0).
The documentation for this struct was generated from the following file: