public member function
<random>

std::weibull_distribution::b

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

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

This parameter is set on construction.

Parameters

none

Return value

Distribution parameter b associated with the object.

Complexity

Constant.

See also