std::subtract_with_carry_engine<UIntType,w,s,r>::max
来自cppreference.com
                    
                                        
                    < cpp | numeric | random | subtract with carry engine
                    
                                                            
                    
|   static constexpr result_type max();  | 
(C++11 起) | |
返回随机数引擎潜在生成的最大值。此值等于 2w
 - 1 ,其中 w 是模板形参,它亦可作为静态成员 word_size 访问。
参数
(无)
返回值
最大潜在生成值。
复杂度
常数
参阅
|    [静态]  | 
  获取输出范围中的最小可能值  (公开静态成员函数)  |