The upper-bound of this value is platform-independent. PHP implements the 32-bit version of the Mersenne Twister ("mt"), so the maximum possible value is 2**31 - 1 (2147483647).
(PHP 4, PHP 5, PHP 7, PHP 8)
mt_getrandmax — 乱数値の最大値を表示する
この関数にはパラメータはありません。
mt_rand() を引数なしでコールしたときに取得できる乱数の最大値を返します。
mt_rand() の max
に指定する値をこの値以下にしておけば、結果がスケールアップされて無作為性が低下することを避けられます。
The upper-bound of this value is platform-independent. PHP implements the 32-bit version of the Mersenne Twister ("mt"), so the maximum possible value is 2**31 - 1 (2147483647).