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.

参数



返回值

Distribution parameter b associated with the object.

复杂度

常量。

另见