LinearCongruentialEngine.save

Undocumented in source. Be warned that the author may not have intended to support it.
class LinearCongruentialEngine(UIntType, UIntType a, UIntType c, UIntType m)
@property @safe
typeof(this)
save
()
if (
isUnsigned!UIntType &&
isIntegral!UIntType
)

Meta