Get Random Int With Min Max Step
  • 26 Apr 2023
  • 1 Minute to read
  • Dark
    Light

Get Random Int With Min Max Step

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version5.0.0
LocationData > 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

PropertyDescriptionData Type
MinSets the minimum number that will be lower than the randomly generated number.Int32
MaxSet 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

PropertyDescriptionData Type
OutputOutputs a random numberInt32



Was this article helpful?