Crate smolprng

Source
Expand description

This is a PRNG Package SmolPRNG a small Rust package for pseudo-random number generation

Re-exports§

pub use algorithms::*;
pub use smol_core::*;

Modules§

algorithms
This is the module that contains all the algorithms implmented in the package
smol_core
This is the central module in the SmolPRNG crate, as this is where the definitions of PRNG, Algorithm, and AlgorithmOutput reside

Macros§

prng_setup
A macro that will write the streaming building for us