Random number
This will set a variable with the name to a random value within the minimum (inclusive) and maximum (exclusive). If both inputs are integers, the outputs will also be integers.
Parameters
- Variable name (text)
- Minimum (number)
- Maximum (number)