XNACS1Lib: CSS490 Spring 2011

Overload List

  Name Description
Public method Static member RandomFloat()()()()
Returns a random number between 0.0 to 1.0
Public method Static member RandomFloat(Single)
Returns a random float between 0 and max. This function may return 0, or may return a number that's close to max, but will never return max itself
Public method Static member RandomFloat(Single, Single)
Returns a float between min and max. This function may return min, or may return a number that's close to max, but will never return max itself

See Also