std::uniform_real_distribution<RealType>::max

出自cppreference.com
< cpp‎ | numeric‎ | random‎ | uniform real distribution
在2013年7月2日 (二) 10:25由P12bot對話 | 貢獻所做的修訂版本

 
 
 
 
 
result_type max() const;
(C++11 起)

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

目錄

參數

(無)

返回值

分布潛在生成的最大值。

複雜度

常數。

參閱

(C++11)
返回潛在生成的最小值
(公開成員函數) [編輯]