Constructors
Declared in <absl/random/exponential_distribution.h>
Constructs a distribution with rate parameter 1.
exponential_distribution();
» more...
Constructs a distribution with the given rate parameter.
explicit
exponential_distribution(result_type lambda);
» more...
Constructs a distribution from the given parameter set.
explicit
exponential_distribution(param_type const& p);
» more...
| Name | Description |
|---|---|
| lambda | The rate parameter. |
| p | The parameter set. |