Struct rand::distributions::LogNormal [−][src]
pub struct LogNormal { /* fields omitted */ }👎 Deprecated since 0.7.0:
moved to rand_distr crate
Expand description
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
Trait Implementations
Generate a random value of T, using rng as the source of randomness.
Create an iterator that generates random values of T, using rng as
the source of randomness. Read more
Auto Trait Implementations
impl RefUnwindSafe for LogNormal
impl UnwindSafe for LogNormal
Blanket Implementations
Mutably borrows from an owned value. Read more