Random
Returns a random integer between the values you specify, inclusive.
Random(1, 2)
Ordinal | Type | Description | |
---|---|---|---|
1 | int | Required | Least value to return as the returned random integer |
2 | int | Required | Greatest value to return as the random integer |
Given
System returns a random value greater than or equal to 2 and less than or equal to 200.