Namespaces
Variants
Views
Actions

std::geometric_distribution::p

From cppreference.com
 
 
 
 
 
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) [edit]