Module std::rand::distributions::normalUnstable [-] [+] [src]

The normal and derived distributions.

Structs

LogNormal

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

Normal

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

StandardNormal

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