“cpp/numeric/random/negative binomial distribution/max”的版本间的差异
来自cppreference.com
< cpp | numeric | random | negative binomial distribution
小 (1个修订: Translate from the English version) |
小 (r2.7.3) (机器人添加:de, en, es, fr, it, ja, pt, ru) |
||
第1行: | 第1行: | ||
{{page template|cpp/numeric/random/distribution/max|negative_binomial_distribution}} | {{page template|cpp/numeric/random/distribution/max|negative_binomial_distribution}} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |
2012年11月2日 (五) 19:06的版本
result_type max() const; |
(C++11 起) | |
返回分布潜在生成的最大值。
目录 |
参数
(无)
返回值
分布潜在生成的最大值。
复杂度
常数。
参阅
(C++11) |
返回潜在生成的最小值 (公开成员函数) |