MATH.RAND
MATH.RAND(min = 0, max = 100)
Returns a random number between min and max.
If min is not provided, it will default to 0. If max is not provided, it will default to 100.
MATH.RAND(min = 0, max = 100)
Returns a random number between min and max.
If min is not provided, it will default to 0. If max is not provided, it will default to 100.