std::exponential_distribution<RealType>::lambda
Min standard notice:
Returns the λ distribution parameter the distribution was constructed with. The parameter defines the rate of events, per unit. The default value is 1.0.
# Declarations
RealType lambda() const;
(since C++11)
# Return value
Floating point value identifying the rate of events per unit.