Xorshift1024star.seed

(Re)seeds the generator.

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

Meta