RandomG.next

compatibility with old Random, deprecate??

  1. uint next()
  2. uint next(uint to)
    class RandomG(SourceT = DefaultEngine)
    uint
    next
    (
    uint to
    )
  3. uint next(uint from, uint to)
  4. RandomG!(DefaultEngine) instance()

Meta