「cpp/numeric/random/independent bits engine/max」の版間の差分
提供: cppreference.com
< cpp | numeric | random | independent bits engine
TranslationBot (トーク | 投稿記録) (Translated from the English version using Google Translate) |
細 (1版:Translate from the English version) |
2012年10月30日 (火) 18:37時点における版
static constexpr result_type max(); |
(C++11以上) | |
エンジンアダプタが生成する可能性のある最大値を返します。 この値は 2w
-1 と等しくなります。
目次 |
引数
(なし)
戻り値
生成される可能性のある最大値。
計算量
一定。
関連項目
[静的] |
出力範囲の有り得る最小値を取得します (パブリック静的メンバ関数) |