RANDOM the difference between argument 1 ("arg 1") and argument 2 ("arg 2") must not exceed 100000
Synopsis
In calling the RANDOM() built-in function, you supplied max and min args that have a difference of more than 100,000. RANDOM() can return only upto 100,000 random numbers. arg 1 and arg 2 are the values of the two args you supplied.