<mp-units/random.h>struct uniform_real_distribution
: std::uniform_real_distribution<Q::rep>
| Name | Description |
|---|---|
std::uniform_real_distribution<Q::rep> | Uniform 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 |
|---|---|
uniform_real_distribution [constructor] | Constructors |
__generate | |
a | |
b | |
max | |
min | |
operator() | Generating functions. |
param | param overloads |
reset | Resets the distribution state. |