[#mp_units-piecewise_constant_distribution-0d-param-00] = xref:mp_units.adoc[mp_units]::xref:mp_units/piecewise_constant_distribution-0d.adoc[piecewise_constant_distribution]::param :relfileprefix: ../../ :mrdocs: `param` overloads == Synopses Declared in `<bits/random.h>` Returns the parameter set of the distribution. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- param_type xref:mp_units/piecewise_constant_distribution-0d/param-06.adoc[param]() const; ---- [.small]#xref:mp_units/piecewise_constant_distribution-0d/param-06.adoc[_» more..._]# Sets the parameter set of the distribution. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:mp_units/piecewise_constant_distribution-0d/param-01.adoc[param](param_type const& __param); ---- [.small]#xref:mp_units/piecewise_constant_distribution-0d/param-01.adoc[_» more..._]# == Parameters [cols="1,4"] |=== |Name|Description | *__param* | The new parameter set of the distribution. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#