LinearCongruentialEngine.popFront

Advances the pseudo-random sequence.

class LinearCongruentialEngine(UIntType, UIntType a, UIntType c, UIntType m)
@safe nothrow pure
void
popFront
()
if (
isUnsigned!UIntType &&
isIntegral!UIntType
)

Meta