Generates a random floating-point number within the specified range [min, max).
The lower bound (inclusive) of the random number range.
The upper bound (exclusive) of the random number range.
A random number greater than or equal to min and less than max.
min
max
4.0.0
2021-12-12
Generates a random floating-point number within the specified range [min, max).