Uniform01Distribution

Provides an infinite sequence of random numbers uniformly distributed in the interval [0, 1). If no RNG is specified, uniformDistribution will use the default generator rndGen.

Constructors

this
this(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.
max
enum T max;
Undocumented in source.
min
enum T min;
Undocumented in source.

Meta