XorshiftEngine.seed

(Re)seeds the generator with x0.

class XorshiftEngine(UIntType, UIntType bits, UIntType a, UIntType b, UIntType c)
@safe nothrow pure
void
seed
(
UIntType x0
)
if (
isUnsigned!UIntType
)

Meta