Random Integer
Generate a random integer between two numbers.
Input
Field | Definition | Type | Required |
---|---|---|---|
Greater than or equal to |
An integer greater than or equal to which another integer is generated. This number is the lower bound for a generated value. |
Number | TRUE |
Less than | An integer less than which another integer is generated. This number is the upper bound for a generated value. | Number | TRUE |
Output
Field | Definition | Type |
---|---|---|
random | Randomly generated number based on the lower and upper bounds that are specified by two input values. | Number |