“cpp/numeric/random/negative binomial distribution/max”的版本间的差异
来自cppreference.com
< cpp | numeric | random | negative binomial distribution
小 (Use {{lc}}. Update links. Various fixes.) |
小 |
||
第1行: | 第1行: | ||
{{include page|cpp/numeric/random/distribution/max|negative_binomial_distribution}} | {{include page|cpp/numeric/random/distribution/max|negative_binomial_distribution}} | ||
− | + | deenesfritjaptru | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
2017年10月19日 (四) 08:39的最后版本
result_type max() const; |
(C++11 起) | |
返回分布潜在生成的最大值。
目录 |
[编辑] 参数
(无)
[编辑] 返回值
分布潜在生成的最大值。
[编辑] 复杂度
常数。
[编辑] 参阅
(C++11) |
返回潜在生成的最小值 (公开成员函数) |