public member function
<random>

std::extreme_value_distribution::a

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

This parameter is known as the location parameter of the extreme value distribution, which determines the shift to either side of the distribution shape.

This parameter is set on construction.

Parameters

none

Return value

Distribution parameter a associated with the object (its location).

Complexity

Constant.

See also