LinearCongruentialEngine.seed

Undocumented in source. Be warned that the author may not have intended to support it.
class LinearCongruentialEngine(UIntType, UIntType a, UIntType c, UIntType m)
@safe pure
void
seed
(
in UIntType x0 = 1
)
if (
isUnsigned!UIntType &&
isIntegral!UIntType
)

Meta