“cpp/numeric/random/negative binomial distribution/max”的版本间的差异
来自cppreference.com
< cpp | numeric | random | negative binomial distribution
TranslationBot(讨论 | 贡献) (Translated from the English version using Google Translate) |
小 |
||
(未显示2个用户的3个中间版本) | |||
第1行: | 第1行: | ||
− | {{page | + | {{page|cpp/numeric/random/distribution/max|negative_binomial_distribution |
+ | |||
+ | }} |
2017年10月19日 (四) 08:39的最后版本
result_type max() const; |
(C++11 起) | |
返回分布潜在生成的最大值。
目录 |
[编辑] 参数
(无)
[编辑] 返回值
分布潜在生成的最大值。
[编辑] 复杂度
常数。
[编辑] 参阅
(C++11) |
返回潜在生成的最小值 (公开成员函数) |