The function RAND returns a random number in the range of 0.0 to 1.0. If you does not use a seek the value is completely random.
Examples:
SELECT RAND(4), {fn rand(0)}
Returns: 0.7306094602878371, 0.730967787376657
see also: SQL Numeric Functions
Mirror Site