XorshiftEngine.save

Captures a range state.

struct XorshiftEngine(UIntType, uint nbits, int sa, int sb, int sc)
@property const @safe pure nothrow @nogc
typeof(this)
save
()
if (
isUnsigned!UIntType &&
!(
sa > 0 &&
sb > 0
&&
sc > 0
)
)

Meta