XorshiftEngine.popFront

Advances the random sequence.

struct XorshiftEngine(UIntType, uint nbits, int sa, int sb, int sc)
@safe pure nothrow @nogc
void
popFront
()
if (
isUnsigned!UIntType &&
!(
sa > 0 &&
sb > 0
&&
sc > 0
)
)

Meta