[#mp_units-lognormal_distribution] = xref:mp_units.adoc[mp_units]::lognormal_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 lognormal_distribution : std::lognormal_distribution<Q::rep> ---- == Base Classes [cols=2] |=== | Name | Description | `std::lognormal_distribution<Q::rep>` | |=== == Types [cols=1] |=== | Name | xref:mp_units/lognormal_distribution/base.adoc[`base`] | xref:mp_units/lognormal_distribution/rep.adoc[`rep`] |=== == Member Functions [cols=2] |=== | Name | Description | xref:mp_units/lognormal_distribution/2constructor-02.adoc[`lognormal_distribution`] [.small]#[constructor]# | Constructors | xref:mp_units/lognormal_distribution/m.adoc[`m`] | | xref:mp_units/lognormal_distribution/max.adoc[`max`] | | xref:mp_units/lognormal_distribution/min.adoc[`min`] | | xref:mp_units/lognormal_distribution/operator_call.adoc[`operator()`] | | xref:mp_units/lognormal_distribution/s.adoc[`s`] | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#