Module smolprng::smol_core [−][src]
Expand description
This is the central module in the SmolPRNG crate, as this is where the definitions of PRNG, Algorithm, and AlgorithmOutput reside
Structs
PRNG is the central pseudo-random number generating front end. This is the front end for the enture package.
Traits
This is the central algorithm trait that is implemented bt the generators of the package
This is the helper trait that that all Algorithms must output a type of
u8,u16,u32,u64,u128,
Trait signature of the Distribution trait, might be removed and incorperatoed into the PRNG class