[#absl-exponential_distribution-param-0f] = xref:absl.adoc[absl]::xref:absl/exponential_distribution.adoc[exponential_distribution]::param :relfileprefix: ../../ :mrdocs: Sets the parameter set of the distribution. == Synopsis Declared in `<absl/random/exponential_distribution.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void param(xref:absl/exponential_distribution/param_type.adoc[param_type] const& p); ---- == Parameters [cols="1,4"] |=== | Name| Description | *p* | The new parameter set. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#