std::geometric_distribution::p
From Cppreference
< cpp | numeric | random | geometric 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) | |