LinearCongruentialEngine.popFront

Advances the random sequence.

struct LinearCongruentialEngine(UIntType, UIntType a, UIntType c, UIntType m)
@safe pure nothrow @nogc
void
popFront
()
if (
isUnsigned!UIntType
)

Meta