#include <stdrandom.h>
◆ StdRandom()
cqsp::common::util::StdRandom::StdRandom |
( |
int |
_seed | ) |
|
|
inlineexplicit |
◆ GetRandomInt()
int cqsp::common::util::StdRandom::GetRandomInt |
( |
int |
min, |
|
|
int |
max |
|
) |
| |
|
inlinevirtual |
◆ GetRandomNormal()
double cqsp::common::util::StdRandom::GetRandomNormal |
( |
double |
mean, |
|
|
double |
sd |
|
) |
| |
|
inlinevirtual |
◆ GetRandomNormalInt()
int cqsp::common::util::StdRandom::GetRandomNormalInt |
( |
double |
mean, |
|
|
double |
sd |
|
) |
| |
|
inlinevirtual |
◆ random_gen
std::mt19937 cqsp::common::util::StdRandom::random_gen |
|
private |
The documentation for this class was generated from the following file: