public member function

std::cauchy_distribution::b

<random>
result_type b() const;
Parameter b
Returns distribution parameter b associated with the cauchy_distribution.

This parameter is known as the scale parameter, and is always positive.

This parameter is set on construction.

Parameters

none

Return value

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

Complexity

Constant.

See also