NextFloat Method
From Project Mercury API
| Project Mercury API Reference |
| RandomHelper..::.NextFloat Method |
| RandomHelper Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| 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.
|