std::poisson_distribution<IntType>::mean
来自cppreference.com
                    
                                        
                    < cpp | numeric | random | poisson distribution
                    
                                                            
                    |   double mean() const;  | 
(C++11 起) | |
返回构造分布所用的 μ 参数。参数定义事件发生次数的平均数。默认值为 1.0 。
参数
(无)
返回值
标识 μ 分布参数的浮点值。
参阅
|    (C++11)  | 
  获取或设置随机参数对象  (公开成员函数)  |