std::exponential_distribution::lambda
From Cppreference
< cpp | numeric | random | exponential distribution
RealType lambda() const;
|
(since C++11) | |
Returns the λ distribution parameter (rate of events, per unit).
[edit] Parameters
(none)
[edit] Return value
Floating point value identifying the rate of events per unit
[edit] See also
gets or sets the distribution parameter object (public member function) |