NormalDistribution

Provides an infinite range of random numbers distributed according to the normal (Gaussian) distribution with mean mu and standard deviation sigma. If no random number generator is specified, the default rndGen will be used as the source of randomness.

Constructors

this
this(T mu, T sigma, UniformRNG rng)
Undocumented in source.
this
this(typeof(this) that)
Undocumented in source.

Members

Functions

front
T front()
popFront
void popFront()
save
typeof(this) save()

Range primitives.

Variables

empty
enum bool empty;

Range primitives.

isRandomDistribution
enum bool isRandomDistribution;
Undocumented in source.
mean
T mean;
Undocumented in source.
stdev
T stdev;
Undocumented in source.

Meta