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