Structs§
- Qrng
- Main driver of this library
Traits§
- From
Uniform - A type that implements
FromUniform
is able to instantiate itself from anf64
uniformly distributed in the range[0, 1)
. - Quasirandom
- 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.