[#mp_units-exponential_distribution-08] = xref:mp_units.adoc[mp_units]::exponential_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 exponential_distribution : std::exponential_distribution<Q::rep> ---- == Base Classes [cols="1,4"] |=== | Name| Description | `std::exponential_distribution<Q::rep>` | An exponential continuous distribution for random numbers. |=== == Types [cols="1,4"] |=== | Name| Description | xref:mp_units/exponential_distribution-08/param_type.adoc[`param_type`] | Parameter type. |=== == Type Aliases [cols="1,4"] |=== | Name| Description | xref:mp_units/exponential_distribution-08/result_type.adoc[`result_type`] | The type of the range of the distribution. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:mp_units/exponential_distribution-08/__generate-07.adoc[`__generate`] | | xref:mp_units/exponential_distribution-08/lambda.adoc[`lambda`] | Returns the inverse scale parameter of the distribution. | xref:mp_units/exponential_distribution-08/max.adoc[`max`] | Returns the least upper bound value of the distribution. | xref:mp_units/exponential_distribution-08/min.adoc[`min`] | Returns the greatest lower bound value of the distribution. | xref:mp_units/exponential_distribution-08/operator_call-08.adoc[`operator()`] | Generating functions. | xref:mp_units/exponential_distribution-08/param-02.adoc[`param`] | `param` overloads | xref:mp_units/exponential_distribution-08/reset.adoc[`reset`] | Resets the distribution state. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#