struct XorshiftStarEngine(StateUInt, uint nbits, int sa, int sb, int sc, StateUInt multiplier, OutputUInt = StateUInt)
@safe pure nothrow @nogc
OutputUInt
opCall
()
if (
isUnsigned!StateUInt &&
isUnsigned!OutputUInt
&&
OutputUInt.sizeof <= StateUInt.sizeof
&&
)
Advances the random sequence.