SST/macro
|
#include <rng.h>
Public Member Functions | |
ExponentialDistribution (double lambda) | |
double | value () |
std::string | to_string () const |
Private Attributes | |
SHR3 * | rand_ |
double | lambda_ |
|
inline |
Definition at line 202 of file rng.h.
References RNG::SHR3::construct(), and RNG::UniformInteger::value().
std::string RNG::ExponentialDistribution::to_string | ( | ) | const |
double RNG::ExponentialDistribution::value | ( | ) |