std::negative_binomial_distribution::k
From cppreference.com
                    
                                        
                    
                    
                                                            
                    |   IntType k() const; 
 | 
(since C++11) | |
Returns the k distribution parameter (number of desired outcomes).
[edit] Parameters
(none)
[edit] Return value
Integer value identifying the required number of desired outcomes.
[edit] See also
|    gets or sets the distribution parameter object   (public member function)  | 
|
|    returns the p distribution parameter (probability of a trial generating true)   (public member function)  | 
|