#include <microsimulation.h>
|
result_type | operator() () |
|
result_type | min () |
|
result_type | max () |
|
| Rng () |
|
virtual | ~Rng () |
|
void | seed (const double seed[6]) |
|
void | set () |
|
void | nextSubstream () |
|
| RngStream (const char *name="") |
|
void | ResetStartStream () |
|
void | ResetStartSubstream () |
|
void | ResetNextSubstream () |
|
void | SetAntithetic (bool a) |
|
void | IncreasedPrecis (bool incp) |
|
bool | SetSeed (const double seed[6]) |
|
void | GenAdvanceState (int32_t e, int32_t c, const double A1[3][3], const double A2[3][3], const double InvA1[3][3], const double InvA2[3][3]) |
|
void | AdvanceState (int32_t e, int32_t c) |
|
void | AdvanceSubstream (int32_t e, int32_t c) |
|
void | AdvanceStream (int32_t e, int32_t c) |
|
void | CalcMatrix (int32_t e, int32_t c, double C1[3][3], double C2[3][3]) |
|
void | GetState (double seed[6]) const |
|
double | RandU01 () |
|
int | RandInt (int i, int j) |
|
Definition at line 393 of file microsimulation.h.
◆ result_type
◆ Rng()
◆ ~Rng()
◆ max()
◆ min()
◆ nextSubstream()
void ssim::Rng::nextSubstream |
( |
| ) |
|
|
inline |
◆ operator()()
◆ seed()
void ssim::Rng::seed |
( |
const double |
seed[6] | ) |
|
|
inline |
◆ set()
◆ id
The documentation for this class was generated from the following files: