<mp-units/random.h>struct exponential_distribution
: std::exponential_distribution<Q::rep>
| Name | Description |
|---|---|
std::exponential_distribution<Q::rep> | An exponential continuous distribution for random numbers. |
| Name | Description |
|---|---|
param_type | Parameter type. |
base | |
rep | |
result_type | The type of the range of the distribution. |
| Name | Description |
|---|---|
exponential_distribution [constructor] | Constructors |
__generate | |
lambda | Returns the inverse scale parameter of the distribution. |
max | |
min | |
operator() | Generating functions. |
param | param overloads |
reset | Resets the distribution state. |