Crate quasirandom
source · [−]Structs
Main driver of this library
Traits
A type that implements FromUniform
is able to instantiate itself
from an f64
uniformly distributed in the range [0, 1)
.
A helper trait implemented for all tuples up to 32. The user
does not need to implement this. It exists because the Qrng
needs to maintain different state for different cardinality
tuples.