Xoroshiro128plus.this

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

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

Meta