Module rand::distributions::normal [−][src]
Expand description
The normal and derived distributions.
Structs
The log-normal distribution ln N(mean, std_dev**2).
The normal distribution N(mean, std_dev**2).
A wrapper around an f64 to generate N(0, 1) random numbers
(a.k.a. a standard normal, or Gaussian).
