Xoroshiro128plus.seed

(Re)seeds the generator.

  1. void seed(ulong s)
  2. void seed(ulong s0, ulong s1)
  3. void seed(ulong[2] s)
    struct Xoroshiro128plus
    void
    seed
    @nogc @safe nothrow pure
    (
    ulong[2] s
    )
    in { assert (!(!s[0] && !s[1])); }
  4. void seed(R range)

Meta