RANDOM(Minimum value, Maximum value)

Numeric Expression

Returns a random integer within a specified range.

Example: RANDOM(1,10) returns random number between 1 and 10.