Create random numbers
Create a list of random numbers and store it in the variable scope.
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Maximum value | The maximum value to generate | NUMBER | false | |
Minimum value | The minimum value to generate | NUMBER | false | |
Amount of values | The amount of values to generate | NUMBER | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
Variable name | The name of the variable to store in the variable scope | ARRAY |