operations_research::ACMRandom Class Reference
ACM minimal standard random number generator. (re-entrant.).
More...
#include <random.h>
List of all members.
Detailed Description
ACM minimal standard random number generator. (re-entrant.).
Definition at line 22 of file random.h.
Constructor & Destructor Documentation
operations_research::ACMRandom::ACMRandom |
( |
int32 |
seed |
) |
[inline, explicit] |
Member Function Documentation
int32 operations_research::ACMRandom::Next |
( |
|
) |
|
int32 operations_research::ACMRandom::Uniform |
( |
int32 |
max_value |
) |
|
int64 operations_research::ACMRandom::Next64 |
( |
|
) |
|
float operations_research::ACMRandom::RndFloat |
( |
|
) |
[inline] |
void operations_research::ACMRandom::Reset |
( |
int32 |
seed |
) |
[inline] |
int32 operations_research::ACMRandom::HostnamePidTimeSeed |
( |
|
) |
[static] |
int32 operations_research::ACMRandom::DeterministicSeed |
( |
|
) |
[static] |
The documentation for this class was generated from the following files: