NextFloat Method

Project Mercury API

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
NextFloat()()()
Returns a random float between 0.0 and 1.0.
NextFloat(Single)
Returns a random float betwen 0.0 and the specified upper bound.
NextFloat(Single, Single)
Returns a random float within the specified range.

See Also