Only Executes Under: Cards
Cards
Returns a random integer between two specified integers.
RANDBETWEEN(bottom, top)
bottom
top
RANDBETWEEN(1, 10)
Result: 5
5
Note: Output is random.