[#mp_units-cauchy_distribution-0b] = xref:mp_units.adoc[mp_units]::cauchy_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 cauchy_distribution : std::cauchy_distribution<Q::rep> ---- == Base Classes [cols="1,4"] |=== | Name| Description | `std::cauchy_distribution<Q::rep>` | A cauchy_distribution random number distribution. |=== == Types [cols="1,4"] |=== | Name| Description | xref:mp_units/cauchy_distribution-0b/param_type.adoc[`param_type`] | Parameter type. |=== == Type Aliases [cols="1,4"] |=== | Name| Description | xref:mp_units/cauchy_distribution-0b/result_type.adoc[`result_type`] | The type of the range of the distribution. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:mp_units/cauchy_distribution-0b/__generate-0a.adoc[`__generate`] | | xref:mp_units/cauchy_distribution-0b/a.adoc[`a`] | | xref:mp_units/cauchy_distribution-0b/b.adoc[`b`] | | xref:mp_units/cauchy_distribution-0b/max.adoc[`max`] | Returns the least upper bound value of the distribution. | xref:mp_units/cauchy_distribution-0b/min.adoc[`min`] | Returns the greatest lower bound value of the distribution. | xref:mp_units/cauchy_distribution-0b/operator_call-00b.adoc[`operator()`] | Generating functions. | xref:mp_units/cauchy_distribution-0b/param-0b.adoc[`param`] | `param` overloads | xref:mp_units/cauchy_distribution-0b/reset.adoc[`reset`] | Resets the distribution state. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#