public member function
<random>

std::extreme_value_distribution::b

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

This parameter is known as the scale parameter of the extreme value distribution.

This parameter is set on construction.

Parameters

none

Return value

Distribution parameter b associated with the object (its scale).

Complexity

Constant.

See also