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