Struct std::random::Normal

struct Normal<F> { ... }

Normal (Gaussian) distribution over the real numbers.

This distribution is parameterized by a mean and a standard deviation. The mean is the center of the distribution, and the standard deviation controls the spread.

Example

Methods

impl Normal<F> { ... }

Mixins

impl Normal<F> { ... }