LinearCongruentialEngine.seed

(Re)seeds the generator.

struct LinearCongruentialEngine(UIntType, UIntType a, UIntType c, UIntType m)
@safe pure nothrow @nogc
void
seed
(
UIntType x0 = 1
)
if (
isUnsigned!UIntType
)

Meta