Struct rand::distributions::Normal [−][src]
pub struct Normal { /* fields omitted */ }
👎 Deprecated since 0.7.0:
moved to rand_distr crate
The normal distribution N(mean, std_dev**2)
.
This uses the ZIGNOR variant of the Ziggurat method, see StandardNormal
for more details.
Note that StandardNormal
is an optimised implementation for mean 0, and
standard deviation 1.
Implementations
impl Normal
[src]
impl Normal
[src]