<mp-units/random.h>template<Quantity Q>
requires std::integral<typename Q::rep>
struct poisson_distribution
: std::poisson_distribution<Q::rep>
| Name | Description |
|---|---|
std::poisson_distribution<Q::rep> | A discrete Poisson random number distribution. |
| Name | Description |
|---|---|
param_type | Parameter type. |
result_type | The type of the range of the distribution. |
| Name | Description |
|---|---|
__generate | |
max | Returns the least upper bound value of the distribution. |
mean | Returns the distribution parameter mean. |
min | Returns the greatest lower bound value of the distribution. |
operator() | Generating functions. |
param | param overloads |
reset | Resets the distribution state. |