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 ofPRNG
,Algorithm
, andAlgorithmOutput
reside
Macros§
- prng_
setup - A macro that will write the streaming building for us