Click or drag to resize

UniformIntGenerator Constructor

Overload List
  NameDescription
Public methodUniformIntGenerator(Int32)
Creates a new generator that generates integers between 0 and the specified maximum randomly.
Public methodUniformIntGenerator(Int32, IRandom)
Creates a new generator that generates integers between 0 and the specified maximum randomly.
Public methodUniformIntGenerator(Int32, Int32)
Creates a new generator that generates integers in a specified range randomly.
Public methodUniformIntGenerator(Int32, Int32, IRandom)
Creates a new generator that generates integers in a specified range randomly.
Top
See Also