Synopsis
Declared in <mp‐units/random.h>
template<Quantity Q>
requires std::integral<typename Q::rep>
struct poisson_distribution
: std::poisson_distribution<Q::rep>
Base Classes
| Name | Description |
|---|---|
|
A discrete Poisson random number distribution. |
Types
Name |
Description |
Parameter type. |
|
The type of the range of the distribution. |
Member Functions
Name |
Description |
Returns the least upper bound value of the distribution. |
|
Returns the distribution parameter |
|
Returns the greatest lower bound value of the distribution. |
|
Generating functions. |
|
|
|
Resets the distribution state. |
Created with MrDocs