[#absl-exponential_distribution-2constructor-0e] = xref:absl.adoc[absl]::xref:absl/exponential_distribution.adoc[exponential_distribution]::exponential_distribution :relfileprefix: ../../ :mrdocs: Constructs a distribution with the given rate parameter. == Synopsis Declared in `<absl/random/exponential_distribution.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit exponential_distribution(xref:absl/exponential_distribution/result_type.adoc[result_type] lambda); ---- == Parameters [cols="1,4"] |=== | Name| Description | *lambda* | The rate parameter. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#