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