std::binomial_distribution::p
From cppreference.com
                    
                                        
                    < cpp | numeric | random | binomial distribution
                    
                                                            
                    |   double p() const; 
 | 
(since C++11) | |
Returns the p distribution parameter (probability of a trial generating true).
[edit] Parameters
(none)
[edit] Return value
Floating point value identifying the probability of a trial generating true
[edit] See also
|    gets or sets the distribution parameter object   (public member function)  | 
|
|    returns the t distribution parameter (number of trials)   (public member function)  | 
|