The OpenD Programming Language

MersenneTwisterEngine.this

Constructs a MersenneTwisterEngine object.

Note that MersenneTwisterEngine([123]) will not result in the same initial state as MersenneTwisterEngine(123).

  1. this(UIntType value)
  2. this(const(UIntType)[] array)
    struct MersenneTwisterEngine(UIntType, size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f)
    @safe pure nothrow @nogc
    this
    ()
    (
    scope const(UIntType)[] array
    )
    if (
    isUnsigned!UIntType
    )

Meta