Namespaces
Variants
Views
Actions

std::exponential_distribution::lambda

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