LinearCongruentialEngine.this

Constructs a LinearCongruentialEngine generator seeded with x0.

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

Meta