Get Random Int With Min Max Step
- 26 Apr 2023
- 1 Minute to read
- Print
- DarkLight
Get Random Int With Min Max Step
- Updated on 26 Apr 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 5.0.0 |
Location | Data > Numbers |
The Get Random Int With Min Max step creates a randomly generated number between the minimum and maximum input values.
Note:
Out of both the Min and Max values given in the input, the Max provided is an upper bound, and the step will not return the Max value in the output. But it might return the Min value in the output.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Min | Sets the minimum number that will be lower than the randomly generated number. | Int32 |
Max | Set a maximum number that will not be higher than the randomly generated number. The number provided for the Max Value is an exclusive upper bound number and will never be returned. | Int32 |
Outputs
Property | Description | Data Type |
---|---|---|
Output | Outputs a random number | Int32 |
Was this article helpful?