検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 176 for [SIMILAR] 16 1024 4096 WITH 23763 乱数 WITH 1536... (0.259 sec.)
モジュロ演算 2171
« gmp_legendre gmp_mul » PHP Manual GMP 関数 モジュロ演算 gmp_mod (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_mod — モジュロ演算 説明 gmp_mod ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP num2 を法とした num1 を計算します。結果は常に非負であり、 num2 の符号は無視されます。 パ ...
https://man.plustar.jp/php/function.gmp-mod.html - [similar]
1 の補数を計算する 2171
« gmp_cmp gmp_div_q » PHP Manual GMP 関数 1 の補数を計算する gmp_com (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_com — 1 の補数を計算する 説明 gmp_com ( GMP | int | string $num ): GMP num について、1 の補数を返します。 パラメータ num GMP オブジェクト、整数、あるいは数値に変換可能な数値形式 ...
https://man.plustar.jp/php/function.gmp-com.html - [similar]
数を比較する 2171
« gmp_clrbit gmp_com » PHP Manual GMP 関数 数を比較する gmp_cmp (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_cmp — 数を比較する 説明 gmp_cmp ( GMP | int | string $num1 , GMP | int | string $num2 ): int ふたつの数を比較します。 パラメータ num1 GMP オブジェクト、整数、あるいは数値に変換可能な ...
https://man.plustar.jp/php/function.gmp-cmp.html - [similar]
ビットが設定されているかどうかを調べる 2171
« gmp_sub gmp_xor » PHP Manual GMP 関数 ビットが設定されているかどうかを調べる gmp_testbit (PHP 5 >= 5.3.0, PHP 7, PHP 8) gmp_testbit — ビットが設定されているかどうかを調べる 説明 gmp_testbit ( GMP | int | string $num , int $index ): bool 指定したビットが設定されているかどうかを調べます。 ...
https://man.plustar.jp/php/function.gmp-testbit.html - [similar]
定義済み定数 2171
« 実行時設定 例 » PHP Manual GMP 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 GMP_ROUND_ZERO ( int ) GMP_ROUND_PLUSINF ( int ) GMP_ROUND_MINUSINF ( int ) GMP ...
https://man.plustar.jp/php/gmp.constants.html - [similar]
data 引数をGMP オブジェクトとして復元する 2171
« GMP::__serialize Math » PHP Manual GMP data 引数をGMP オブジェクトとして復元する GMP::__unserialize (PHP 8 >= 8.1.0) GMP::__unserialize — data 引数をGMP オブジェクトとして復元する 説明 public GMP::__unserialize ( array $data ): void 警告 この関数は、 現在のところ詳細な情報はありません。 ...
https://man.plustar.jp/php/gmp.unserialize.html - [similar]
はじめに 2171
« GMP インストール/設定 » PHP Manual GMP はじめに はじめに 以下の関数により、GNU MP ライブラリを使用して 任意長の整数を使用することが可能になります。 注意 : 大半の GMP 関数は、GMP 数を引数としてとります。 このマニュアルでは、GMP 数を GMP オブジェクトとしています。 これらの関数の大半は、数 ...
https://man.plustar.jp/php/intro.gmp.html - [similar]
暗号論的に安全な疑似乱数を生成する 0
« random_bytes Hash » PHP Manual CSPRNG 関数 暗号論的に安全な疑似乱数を生成する random_int (PHP 7, PHP 8) random_int — 暗号論的に安全な疑似乱数を生成する 説明 random_int ( int $min , int $max ): int ポーカーゲームやカードデッキのシャッフルのような、 偏りがない結果が重要になる用途に合う、 ...
https://man.plustar.jp/php/function.random-int.html - [similar]
複合線形合同法 0
« is_nan log10 » PHP Manual Math 関数 複合線形合同法 lcg_value (PHP 4, PHP 5, PHP 7, PHP 8) lcg_value — 複合線形合同法 説明 lcg_value (): float lcg_value() は、(0, 1)の範囲の疑似乱数を返します。 この関数は、周期が 2^31 - 85 および 2^31 - 249 の 2 つの CG を組み合わせます。 この関数の周期 ...
https://man.plustar.jp/php/function.lcg-value.html - [similar]
暗号論的に安全な、疑似ランダムなバイト列を生成する 0
« CSPRNG 関数 random_int » PHP Manual CSPRNG 関数 暗号論的に安全な、疑似ランダムなバイト列を生成する random_bytes (PHP 7, PHP 8) random_bytes — 暗号論的に安全な、疑似ランダムなバイト列を生成する 説明 random_bytes ( int $length ): string ソルトやキーや初期化ベクトルのような、暗号化の用途に ...
https://man.plustar.jp/php/function.random-bytes.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT