PHP\'s rand() function doesn\'t give good random numbers. So I started to use mt_rand() which is said to give better results. But how good are thes
rand()
mt_rand()
It all depends what for you need that random number :) For me ShuffleBag is the best one :)