std::weibull_distribution<RealType>::a, b

Returns the parameters the distribution was constructed with.

# Declarations

RealType a() const;

(since C++11)

RealType b() const;

(since C++11)

# See also