struct StandardFloat<F> { ... }

Uniform floating point distribution over the [0, 1) interval.

Sampling from this distribution is equivalent to calling next_float.

See also OpenClosed01 and Open01.

Example

Methods

impl StandardFloat<F> { ... }

Mixins

impl StandardFloat<F> { ... }