pub trait Quasirandom {
    type State;
}
Expand description

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.

Associated Types

Implementations on Foreign Types

Implementors