std::gamma_distribution<RealType>::alpha, beta
Min standard notice:
Returns the distribution parameters the distribution has been constructed with.
# Declarations
RealType alpha() const;
(since C++11)
RealType beta() const;
(since C++11)
Returns the distribution parameters the distribution has been constructed with.
RealType alpha() const;
(since C++11)
RealType beta() const;
(since C++11)