Random generator
[number/Random generator]
Generates a random number, that is greater than or equal to a specified minimum, and less than or equal to the specified maximum value. Example:
3@0 is received via
min
19@0 is received via
max
14@0 is sent via
random
Keywords: number, random
Input ports
min:
number
The minimum value
max:
number
The maximum value
Output ports
random:
number
Random number
Last updated