Xoroshiro128plus.seed

(Re)seeds the generator.

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

Meta