Xoroshiro128plus.this

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

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

Meta