Xoroshiro128plus.this

Constructor (RNG instances can only be initialized with a specified seed).

  1. this(ulong s)
  2. this(ulong s0, ulong s1)
    struct Xoroshiro128plus
    this
    @nogc @safe nothrow pure
    (
    ulong s0
    ,
    ulong s1
    )
  3. this(ulong[2] s)
  4. this(R range)

Meta