<mp-units/random.h>
template<Quantity Q>
requires std::floating_point<typename Q::rep>
struct uniform_real_distribution
: std::uniform_real_distribution<Q::rep>
Name | Description |
---|---|
std::uniform_real_distribution<Q::rep> |
Name |
---|
base |
rep |
Name | Description |
---|---|
uniform_real_distribution [constructor] | Constructors |
a | |
b | |
max | |
min | |
operator() |