Click or drag to resize

GLRandomRange Method

Overload List
  NameDescription
Public methodStatic memberRange(Int32)
Generates a Random integer between 0 inclusive and the given max, exclusive.
Public methodStatic memberRange(Single)
Generates a Random float between 0.0f inclusive and the given max
Public methodStatic memberRange(Int32, Int32)
Generates a Random integer between the given min inclusive and the given max, exclusive.
Public methodStatic memberRange(Single, Single)
Generates a Random float between the given min inclusive and the given max, exclusive.
Top
See Also