z0r Forums

Full Version: the Random Feature
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i often get the same loops appear when i click the random button.
how exactly does the random feature work? it is either very very coinsidental or the random feature isnt that random, as there are almost 4000 loops and i keep getting the same ones come up frequently.
pretty much just that.
PHP Code:
$id mt_rand(0$max); 

There are no loops that will be shown more or less, just completly random.