Module std::rand::distributions::normal [] [src]

Unstable (rand)

: use rand from crates.io

The normal and derived distributions.

Structs

LogNormal [Unstable]

The log-normal distribution ln N(mean, std_dev**2).

Normal [Unstable]

The normal distribution N(mean, std_dev**2).

StandardNormal [Unstable]

A wrapper around an f64 to generate N(0, 1) random numbers (a.k.a. a standard normal, or Gaussian).