std::normal_distribution<RealType>::mean, stddev

Returns the parameters the distribution was constructed with.

# Declarations

RealType mean() const;

(since C++11)

RealType stddev() const;

(since C++11)

# See also