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