RandRange
Return a random int between number1 and number 2
Method Signature
Arguments
Argument
Type
Required
Description
Default
number1
numeric
true
number2
numeric
true
algorithm
string
false
Examples
Tag Example
The following example calls the Randomize function to seed the random number generator and generates 10 random numbers.
Script Example
Additional Examples
Related
Last updated
Was this helpful?