Module smolprng::algorithms::splitmix[][src]

Expand description

The module contains the Definitions for the SplitMix Algorithm

Structs

Simple struct definition of the SplitMix32 Algorithm propsed by Guy Steele et al. original C source code can be found here. The C++ that this package is based on can be found here.