LinearCongruentialEngine.save

struct LinearCongruentialEngine(UIntType, UIntType a, UIntType c, UIntType m)
@property const @safe pure nothrow @nogc
typeof(this)
save
()
if (
isUnsigned!UIntType
)

Meta