Does anyone know what\'s the randomness of PHP\'s shuffle() function? Does it depend on the operating system? Does it use PHP\'s own seeder?
shuffle()
Is it poss
It's random just like rand();
rand()
And as PHP style you don't need to seed