Advances the random sequence.
auto rnd = SplitMixEngine!staffordMix13(1); assert(rnd() == staffordMix13(1 + GOLDEN_GAMMA));
See Implementation
Advances the random sequence.