hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

number-random

Generates a random number within a specified range
Parameter
Type
Description
min
number
The minimum value for the random number (defaults to 0)
max
number
The maximum value for the random number (defaults to 1)
step
number
The increment step for rounding (if not specified, any decimal value is allowed)
return
number
A random number within the specified range