The OpenD Programming Language

XorshiftEngine.this

Constructs a XorshiftEngine generator seeded with x0.

  1. this(UIntType x0)
  2. this(uint x0)
    struct XorshiftEngine(UIntType, uint bits, int sa, int sb, int sc)
    @nogc nothrow pure @safe
    static if(UIntType.sizeof <= uint.sizeof)
    this
    ()
    (
    uint x0
    )
    if (
    UIntType.sizeof <= uint.sizeof
    )
    if (
    isUnsigned!UIntType
    )

Meta