Create a dynamic parameter that will randomly generate an integer
| <vizact>.randint( | |
| min | |
| max |
)
min
The minimum value
max
The maximum value
Dynamic parameters allow you to control the input of an action every time it is performed. This dynamic paramter will randomly generate an integer between the given min and max values.
A dynamic parameter that can be passed to any function that generates actions.