std::gamma_distribution<RealType>::alpha, beta

Returns the distribution parameters the distribution has been constructed with.

# Declarations

RealType alpha() const;

(since C++11)

RealType beta() const;

(since C++11)

# See also