[#mp_units-uniform_real_distribution-05] = xref:mp_units.adoc[mp_units]::uniform_real_distribution :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<mp‐units/random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<xref:mp_units/Quantity.adoc[Quantity] Q> requires std::floating_point<typename Q::rep> struct uniform_real_distribution : std::uniform_real_distribution<Q::rep> ---- == Base Classes [cols="1,4"] |=== | Name| Description | `std::uniform_real_distribution<Q::rep>` | Uniform continuous distribution for random numbers. |=== == Types [cols="1,4"] |=== | Name| Description | xref:mp_units/uniform_real_distribution-05/param_type.adoc[`param_type`] | Parameter type. |=== == Type Aliases [cols="1,4"] |=== | Name| Description | xref:mp_units/uniform_real_distribution-05/result_type.adoc[`result_type`] | The type of the range of the distribution. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:mp_units/uniform_real_distribution-05/__generate-0b.adoc[`__generate`] | | xref:mp_units/uniform_real_distribution-05/a.adoc[`a`] | | xref:mp_units/uniform_real_distribution-05/b.adoc[`b`] | | xref:mp_units/uniform_real_distribution-05/max.adoc[`max`] | Returns the inclusive upper bound of the distribution range. | xref:mp_units/uniform_real_distribution-05/min.adoc[`min`] | Returns the inclusive lower bound of the distribution range. | xref:mp_units/uniform_real_distribution-05/operator_call-06.adoc[`operator()`] | Generating functions. | xref:mp_units/uniform_real_distribution-05/param-02.adoc[`param`] | `param` overloads | xref:mp_units/uniform_real_distribution-05/reset.adoc[`reset`] | Resets the distribution state. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#