under winXP, php5.2.6
getrandmax() returns 32767 (2^15-1) while on that same machine
mt_getrandmax() returns 2147483647 (2^31-1)
getrandmax
(PHP 4, PHP 5)
getrandmax — 显示随机数最大的可能值
getrandmax
siska dot jakub at gmail dot com
01-Sep-2008 09:03
01-Sep-2008 09:03
chax-phpnet at i-rpg dot net
02-Dec-2007 11:27
02-Dec-2007 11:27
it returns 2147483647 (2^31) for both i386 and x86_64 under GNU/Linux.
