「cpp/numeric/random/independent bits engine/max」の版間の差分
提供: cppreference.com
< cpp | numeric | random | independent bits engine
細 (1版:Translate from the English version) |
細 (r2.7.3) (ロボットによる 追加: de, en, es, fr, it, pt, ru, zh) |
||
1行: | 1行: | ||
{{page template|cpp/numeric/random/adaptor/max|independent_bits_engine}} | {{page template|cpp/numeric/random/adaptor/max|independent_bits_engine}} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |
2012年11月2日 (金) 19:54時点における版
static constexpr result_type max(); |
(C++11以上) | |
エンジンアダプタが生成する可能性のある最大値を返します。 この値は 2w
-1 と等しくなります。
目次 |
引数
(なし)
戻り値
生成される可能性のある最大値。
計算量
一定。
関連項目
[静的] |
出力範囲の有り得る最小値を取得します (パブリック静的メンバ関数) |