Stxxl
1.4.0
|
Fast uniform [0.0, 1.0) pseudo-random generator. More...
#include <rand.h>
Public Types | |
typedef double | value_type |
Public Member Functions | |
random_uniform_fast (unsigned=0) | |
value_type | operator() () const |
Returns a random number from [0.0, 1.0) | |
Public Attributes | |
random_number32 | rnd32 |
Fast uniform [0.0, 1.0) pseudo-random generator.
typedef double stxxl::random_uniform_fast::value_type |
stxxl::random_uniform_fast::random_uniform_fast | ( | unsigned | = 0 | ) | [inline] |
value_type stxxl::random_uniform_fast::operator() | ( | ) | const [inline] |