Synopsis

Declared in <mp‐units/random.h>

template<Quantity Q>
requires std::floating_point<typename Q::rep>
struct lognormal_distribution
    : std::lognormal_distribution<Q::rep>

Base Classes

Name Description

std::lognormal_distribution<Q::rep>

A lognormal_distribution random number distribution.

Created with MrDocs