The module contains the Definitions for the SplitMix Algorithm
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.