in reply to Re^3: Strategy for randomizing large files via sysseek
in thread Strategy for randomizing large files via sysseek
Should have read just a bit further on the mySQL page about RAND()
Note that RAND() in a WHERE clause is re-evaluated every time the WHERE is executed. RAND() is not meant to be a perfect random generator, but instead a fast way to generate ad hoc random numbers that will be portable between platforms for the same MySQL version.