mt_rand
(PHP 4, PHP 5)
mt_rand — 生成更好的随机数
int mt_rand ( void ) int mt_rand ( int $min , int $max )
很多老的 libc 的随机数发生器具有一些不确定和未知的特性而且很慢。PHP 的 rand() 函数默认使用 libc 随机数发生器。mt_rand() 函数是非正式用来替换它的。该函数用了 »