「cpp/numeric/random/weibull distribution/max」の版間の差分
提供: cppreference.com
< cpp | numeric | random | weibull distribution
TranslationBot (トーク | 投稿記録) (Translated from the English version using Google Translate) |
細 (Use {{lc}}. Update links. Various fixes.) |
||
(2人の利用者による、間の2版が非表示) | |||
1行: | 1行: | ||
− | {{page | + | {{page|cpp/numeric/random/distribution/max|weibull_distribution}} |
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |
2013年7月2日 (火) 14:55時点における最新版
result_type max() const; |
(C++11以上) | |
分布が生成する可能性のある最大値を返します。
目次 |
[編集] 引数
(なし)
[編集] 戻り値
分布が生成する可能性のある最大値を返します。
[編集] 計算量
一定。
[編集] 関連項目
生成される可能性のある最小値を返します (パブリックメンバ関数) |