std::chi_squared_distribution::n
From cppreference.com
                    
                                        
                    < cpp | numeric | random | chi squared distribution
                    
                                                            
                    |   RealType n() const; 
 | 
(since C++11) | |
Returns the degrees of freedom n parameter of the object.
[edit] Parameters
(none)
[edit] Return value
Returns the value of the degrees of freedom n parameter with which the object was constructed (default is 1).
[edit] See also
|    gets or sets the distribution parameter object   (public member function)  | 
|