Skip to content

Random Get Integer In Range

Gets a random integer between a minimum and maximum value.

By default, the maximum is exclusive. Enable Inclusive to include the maximum value.

Parameters

Parameter Description
Min Value The minimum value.
Max Value The maximum value (exclusive by default).
Inclusive If true, includes the maximum value in the range.
Store Result Store the random value in an Integer variable.

See also