#include <rng.h>
Definition at line 216 of file rng.h.
RNG::NormalDistribution::NormalDistribution |
( |
double |
mean, |
|
|
double |
stdev, |
|
|
double |
maxZ = 2.0 , |
|
|
rngint_t |
seed = 0 |
|
) |
| |
RNG::NormalDistribution::~NormalDistribution |
( |
| ) |
|
std::string RNG::NormalDistribution::to_string |
( |
| ) |
const |
double RNG::NormalDistribution::value |
( |
| ) |
|
double RNG::NormalDistribution::maxZ_ |
|
private |
double RNG::NormalDistribution::mean_ |
|
private |
SHR3* RNG::NormalDistribution::rand_ |
|
private |
bool RNG::NormalDistribution::reuse_ |
|
private |
double RNG::NormalDistribution::stdev_ |
|
private |
double RNG::NormalDistribution::Y_ |
|
private |
The documentation for this class was generated from the following file: