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