std::lognormal_distribution<RealType>::m, s

Returns the parameters the distribution was constructed with.

# Declarations

RealType m() const;

(since C++11)

RealType s() const;

(since C++11)

# See also