Click or drag to resize

GeneratorUniformRandomInt Method

Overload List
  NameDescription
Public methodStatic memberUniformRandomInt(Int32)
Makes a generator that generates integers uniformly distributed between 0 (included) and the specified limit (excluded).
Public methodStatic memberUniformRandomInt(Int32, Int32)
Makes a generator hat generates integers uniformly distributed between 0 (included) and the specified limit (excluded).
Top
See Also