“cpp/numeric/random/uniform real distribution/max”的版本间的差异

来自cppreference.com
(r2.7.3) (机器人添加:de, en, es, fr, it, ja, pt, ru)
(Use {{lc}}. Update links. Various fixes.)
第1行: 第1行:
{{page template|cpp/numeric/random/distribution/max|uniform_real_distribution}}
+
{{page|cpp/numeric/random/distribution/max|uniform_real_distribution}}
  
 
[[de:cpp/numeric/random/uniform real distribution/max]]
 
[[de:cpp/numeric/random/uniform real distribution/max]]

2013年7月2日 (二) 10:25的版本

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

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

目录

参数

(无)

返回值

分布潜在生成的最大值。

复杂度

常数。

参阅

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