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()
Tru Random numbers
and also crypto secure ;)