Files
FreshRSS/p
ColonelMoutarde 34d8be086c Better rand() (#1977)
http://php.net/manual/en/function.mt-rand.php

from php Doc

"Many random number generators of older libcs have dubious or unknown characteristics and are slow. The mt_rand() function is a drop-in replacement for the older rand(). It uses a random number generator with known characteristics using the » Mersenne Twister, which will produce random numbers four times faster than what the average libc rand() provides. "
2018-08-23 19:57:08 +02:00
..
2018-07-23 22:50:16 +02:00
2017-12-22 12:02:06 +01:00
2018-01-26 08:17:32 +01:00
2018-06-06 21:29:22 +02:00
2018-08-23 19:57:08 +02:00
2016-03-17 21:09:34 +01:00
2014-01-03 22:54:25 +01:00