Xorshift1024star.this

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

  1. this(ulong s)
  2. this(ulong[16] s)
  3. this(R range)
    struct Xorshift1024star
    this
    (
    R
    )
    ()
    if (
    isInputRange!R &&
    is(Unqual!(ElementType!R) == ulong)
    )

Meta