Definition at line 1829 of file random.
|
Gets the distribution parameter |
|
A rejection algorithm when mean >= 12 and a simple method based upon the multiplication of uniform random variates otherwise. NB: The former is available only if _GLIBCXX_USE_C99_MATH_TR1 is defined. Reference: Devroye, L. "Non-Uniform Random Variates Generation." Springer-Verlag, New York, 1986, Ch. X, Sects. 3.3 & 3.4 (+ Errata!). Definition at line 906 of file random.tcc. References std::abs(), std::ceil(), std::numeric_limits< _Tp >::epsilon(), std::floor(), std::log(), and std::numeric_limits< _Tp >::max(). |
|
Inserts a poisson_distribution random number distribution
|
|
Extracts a poisson_distribution random number distribution
|