std::gamma_distribution::beta
From cppreference.com
                    
                                        
                    < cpp | numeric | random | gamma distribution
                    
                                                            
                    |   RealType beta() const; 
 | 
(since C++11) | |
Returns the β distribution parameter (scale parameter of the gamma distribution).
[edit] Parameters
(none)
[edit] Return value
Floating point value identifying the β parameter
[edit] See also
|    gets or sets the distribution parameter object   (public member function)  | 
|
|    returns the α distribution parameter (shape)   (public member function)  | 
|