Description
Returns a random integer between min (inclusive) and max (inclusive).
Examples
set roll to random 1 to 6set rx to random between 0 and 100set n to random from low to highAnalyzing pattern: Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.
random between <min> to <max>random from <min> to <max>random between <min> and <max>random from <min> and <max>Related (Math)