Module smolprng::algorithms::scf32[][src]

Expand description

This module contains the implmentations for the SFC family of PRNG algorithms

Structs

Simple struct definition for the SFC32 algorithm The translated tree is C -> C++ -> Rust. The original source can be found here

Simple struct definition for the SFC32_Small algorithm The translated tree is C -> C++ -> Rust. The original source can be found here