std::uniform_real_distribution<RealType>::max

来自cppreference.com
< cpp‎ | numeric‎ | random‎ | uniform real distribution
2017年10月7日 (六) 10:17Fruderica讨论 | 贡献的版本

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
 
 
 
 
 
result_type max() const;
(C++11 起)

返回分布潜在生成的最大值。

目录

[编辑] 参数

(无)

[编辑] 返回值

分布潜在生成的最大值。

[编辑] 复杂度

常数。

[编辑] 参阅

(C++11)
返回潜在生成的最小值
(公开成员函数) [编辑]