A poisson (exponential) distribution of random numbers. More...
#include <random.hpp>
Public Member Functions | |
poisson_distribution (RealT const &mean_value) | |
RealT | mean () const |
template<typename RandGeneratorType > | |
ResultT | operator() (RandGeneratorType &gen) |
Returns a poisson distributed random number. More... | |
A poisson (exponential) distribution of random numbers.
Definition at line 182 of file random.hpp.
|
inline |
Definition at line 189 of file random.hpp.
|
inline |
Definition at line 195 of file random.hpp.
|
inline |
Returns a poisson distributed random number.
gen | A random number generator implementing the concept of rand_generator_base |
Definition at line 203 of file random.hpp.