RandomG.seed

if source.canSeed seeds the generator using the given source of uints

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

Meta