Crate smolprng[][src]

Expand description

This is a PRNG Package

Re-exports

pub use algorithms::*;
pub use distributions::*;

Modules

This is the module that contains all the algorithms implmented in the package

This is a stub that lifts the lower level modules in the crate

This is the central module in the SmolPRNG crate, as this is where the definitions of PRNG, Algorithm, and AlgorithmOutput reside

Macros

A macro that will add the implmentation of Iterator for a given PRNG