RandomG.seed

if source.canSeed seeds the generator using the shared rand generator (use urandom directly if available?)

  1. RandomG seed()
    class RandomG(SourceT = DefaultEngine)
    seed
    ()
  2. RandomG seed(uint delegate() seedSource)

Meta