z0r Forums
the Random Feature - Printable Version

+- z0r Forums (https://board.z0r.de)
+-- Forum: English (https://board.z0r.de/forumdisplay.php?fid=3)
+--- Forum: z0r general (https://board.z0r.de/forumdisplay.php?fid=23)
+--- Thread: the Random Feature (/showthread.php?tid=2067)



the Random Feature - hotchoc26 - 08-03-2012

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.


RE: the Random Feature - eins - 08-03-2012

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.