LinearCongruentialEngine.opCall

Advances the random sequence.

struct LinearCongruentialEngine(Uint, Uint a, Uint c, Uint m)
@safe pure nothrow @nogc
Uint
opCall
()
if (
isUnsigned!Uint
)

Meta