NextSingle(Random) | Returns a random Single value that is greater than or equal to 0.0 and less than 1.0. |
NextSingle(Random, Single, FloatScale) | Returns a non-negative random Single value that is less than or equal to the specified maxValue. |
NextSingle(Random, Single, Single, FloatScale) | Returns a random Single value that is within a specified range. |