Xorshift1024star.this

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

  1. this(ulong s)
  2. this(ulong[16] s)
    struct Xorshift1024star
    this
    @nogc @safe nothrow pure
    (
    ulong[16] s
    )
  3. this(R range)

Meta