<random>

公有成员函数 (public member function)
<random>

std::extreme_value_distribution::a

result_type a() const;
参数 a (Parameter a)
返回与极值分布关联的分布参数a。

此参数是极值分布位置参数,它决定了分布形状的偏移。

此参数在构造时设置。

参数



返回值

与对象关联的分布参数a(其位置)。

复杂度

常量。

另见