There is a valid reason why I need this -- It's not a matter of picking a random number, but it's quite a long explanation. I just know that it will not work with random numbers (Simply because I need 'logging' features as well).
The only problem with a for loop is that only ~1.5 million rows are inserted before the script timing out. Meaning I have to execute the script ~70 Times in order to get all of the numbers inside.
I was just curious if there was any built in MySQL function to do what I needed. But, If not, I suppose I will have to use For loops and wait it out.