RAND

Returns the a random number.  The type of random number is determined by the modifier:

Syntax

RAND(modifier)

Arguments

modifier - optional argument to qualify the generation of a random number. By default the function uses 0.

Example

RAND(-2) could be -1 or -2. RAND() could be any value between 0.0 and 1.0.