std::extreme_value_distribution<RealType>::a, b
Min standard notice:
Returns the parameters the distribution was constructed with.
# Declarations
RealType a() const;
(since C++11)
RealType b() const;
(since C++11)
Returns the parameters the distribution was constructed with.
RealType a() const;
(since C++11)
RealType b() const;
(since C++11)