Struct rand::distributions::LogNormal [−][src]
pub struct LogNormal { /* fields omitted */ }
👎 Deprecated since 0.7.0:
moved to rand_distr crate
The log-normal distribution ln N(mean, std_dev**2)
.
If X
is log-normal distributed, then ln(X)
is N(mean, std_dev**2)
distributed.
Implementations
impl LogNormal
[src]
impl LogNormal
[src]