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