std::binomial_distribution::t
From cppreference.com
                    
                                        
                    < cpp | numeric | random | binomial distribution
                    
                                                            
                    |   IntType t() const; 
 | 
(since C++11) | |
Returns the t distribution parameter (number of trials).
[edit] Parameters
(none)
[edit] Return value
Integer value identifying the number of trials.
[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)  | 
|