std::cauchy_distribution<RealType>::min
来自cppreference.com
                    
                                        
                    < cpp | numeric | random | cauchy distribution
                    
                                                            
                    
|   result_type min() const;  | 
(C++11 起) | |
返回分布潜在生成的最小值。
参数
(无)
返回值
分布潜在生成的最小值
复杂度
常数。
参阅
|    (C++11)  | 
  返回最大的潜在生成值  (公开成员函数)  |