<random>

公有成员函数
<random>

std::extreme_value_distribution::b

result_type b() const;
参数 b
返回与极值分布 (extreme_value_distribution) 相关的分布参数 b

该参数被称为 极值分布尺度参数

该参数在 构造时 设置。

参数



返回值

与对象关联的分布参数 b (其 尺度)。

复杂度

常量。

另见