<mp-units/random.h>class piecewise_constant_distribution
: public std::piecewise_constant_distribution<Q::rep>
| Name | Description |
|---|---|
std::piecewise_constant_distribution<Q::rep> | A piecewise_constant_distribution random number distribution. |
| Name | Description |
|---|---|
param_type | Parameter type. |
result_type | The type of the range of the distribution. |
| Name | Description |
|---|---|
piecewise_constant_distribution [constructor] | Constructors |
__generate | |
densities | Returns a vector of the probability densities. |
intervals | |
max | |
min | |
operator() | Generating functions. |
param | param overloads |
reset | Resets the distribution state. |