Xoroshiro128plus.this

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

  1. this(ulong s)
  2. this(ulong s0, ulong s1)
  3. this(ulong[2] s)
  4. this(R range)
    struct Xoroshiro128plus
    this
    (
    R
    )
    ()
    if (
    isInputRange!R &&
    is(Unqual!(ElementType!R) == ulong)
    )

Meta