Crate quasirandom[][src]

Structs

Qrng

A Qrng is a Quasirandom Number Generator. It generates values that are relatively evenly distributed over the space, as opposed to true random or pseudorandom values that will form clumps and gaps.

Traits

FromUniform

A type that implements FromUniform is able to instantiate itself from an f64 uniformly distributed in the range [0, 1). Implementations should generate a value that is 'proportional' to the given f64 in some way.

Quasirandom