<random>

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

std::cauchy_distribution::b

result_type b() const;
参数 b (Parameter b)
返回与cauchy_distribution关联的分布参数b

此参数称为尺度参数,且始终为正。

此参数在构造时设置。

参数



返回值

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

复杂度

常量。

另见