Crate quasirandom[][src]

Structs

Qrng

A Qrng is a Quasirandom Number Generator. It generates values in up to 16 dimensions 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 an f64 uniformly distributed in the range [0, 1).