public member function
<random>

std::gamma_distribution::beta

result_type beta() const;
Parameter beta
Returns the beta parameter (β) associated with the gamma_distribution.

This parameter is known as the scale parameter of the gamma distribution.

This parameter is set on construction.

Parameters

none

Return value

The beta parameter (β) associated with the distribution object.

Complexity

Constant.

See also