Get Random Value
This Automation Manager object returns the generated random number to be used with other objects.
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Minimum Value | Number | Yes | The inclusive lower bound of the random number. |
Maximum Value | Number | Yes |
The exclusive upper bound of the random number. It must be greater than the Minimum Value. |
Output Parameters
Name | Type | Description |
---|---|---|
Random Value | Number | The randomly generated number that fits between the minimum and maximum value. |
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Result String | String | Object execution error details. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Minimum Value | Number | Yes | 1 |
Maximum Value | Number | Yes | 10 |