public member function
<random>

std::weibull_distribution::a

result_type a() const;
Parameter a
Returns distribution parameter a associated with the weibull_distribution.

This parameter is known as the shape parameter of the weibull distribution.

This parameter is set on construction.

Parameters

none

Return value

Distribution parameter a associated with the object.

Complexity

Constant.

See also