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