formZ SDK | 5.0 API Reference | System | Math
Description
Generates a random number in the range min ... max.
Plugin Prototype
double fz_math_random_range(
double | min, |
double | max ) |
Parameters
min [Input]
minimum value of the random number
max [Input]
maximum value of the random number
Returns
Randomly generated number
Availability
5.0.0.0
Example Files
See Also
Function Set
Defined in