It's random enough!!! Hahaha.
I make games and for a random sequence there is some setting to tweak.
What? I program and there is nothing to "tweak" to generate a random number. There are different methods of producing a random number for each specific language. In most though you can just call a function (Such as rand() in PHP/C++) and have a random number returned, with no need for seeding the random number generator or w/e. I know random numbers are not "100% completly random", but for general day to day use, it's not a problem.
How did this discussion start? It was already explained earlier in the thread that the 10 accounts picked per day are random and choosen automatically without anyone "picking them", other then a PHP script. Everyone has an equal and fair chance of being accepted. It's just a matter of the probability that your application will be accepted.