[#absl-gaussian_distribution-param-01] = xref:absl.adoc[absl]::xref:absl/gaussian_distribution.adoc[gaussian_distribution]::param :relfileprefix: ../../ :mrdocs: Sets the parameter set of the distribution. == Synopsis Declared in `<absl/random/gaussian_distribution.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void param(xref:absl/gaussian_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]#