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