mt_getrandmax
(PHP 4, PHP 5, PHP 7, PHP 8)
mt_getrandmax — 乱数値の最大値を表示する
パラメータ
この関数にはパラメータはありません。
戻り値
mt_rand() を引数なしでコールしたときに取得できる乱数の最大値を返します。
mt_rand() の max
に指定する値をこの値以下にしておけば、結果がスケールアップされて無作為性が低下することを避けられます。
参考
- mt_rand() - メルセンヌ・ツイスター乱数生成器を介して乱数値を生成する
- mt_srand() - メルセンヌ・ツイスター乱数生成器にシードを指定する
- getrandmax() - 乱数の最大値を取得する
+add a note
User Contributed Notes 1 note
bishop at php dot net ¶
9 years ago
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).
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google