[#mp_units-lognormal_distribution-08] = 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>` | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#