|
| RRNG (int maxEntropy=50, ULong64_t seed=0, const ULong64_t *seedAddress=nullptr, bool stream=false) |
|
| RRNG (RRNG const &other) |
|
| RRNG (RRNG &&other) |
|
RRNG & | operator= (const RRNG &other) |
|
void | setSize (int maxEntropy) |
|
void | setFixedSeed (ULong64_t seed) |
|
void | setSeedAddress (const ULong64_t *seedAddress) |
|
void | setStreaming (bool b=true) |
|
void | generate () |
|
void | generate (ULong64_t seed) |
|
double | uniform (int &idx=_default_idx) |
|
void | normal (double &x1, double &x2, int &idx=_default_idx) |
|
double | normal (int &idx=_default_idx) |
|
double | landau (double mu, double sigma, int &idx=_default_idx) |
|
double | exp (double alpha, int &idx=_default_idx) |
|
int | poisson (double mu, int &idx=_default_idx) |
|
The documentation for this class was generated from the following files:
- Framework/interface/RRNG.h
- Framework/src/RRNG.cc