XorshiftEngine.this

Constructs an XorshiftEngine generator seeded with x0.

  1. this()
  2. this(UIntType x0)
    class XorshiftEngine(UIntType, UIntType bits, UIntType a, UIntType b, UIntType c)
    @safe
    this
    (
    in UIntType x0
    )
    if (
    isUnsigned!UIntType
    )

Meta