Crate smolprng

source ·
Expand description

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

Re-exports§

Modules§

  • This is the module that contains all the algorithms implmented in the package
  • 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 write the streaming building for us