std::chi_squared_distribution<RealType>::operator()

Generates random numbers that are distributed according to the associated probability function. The entropy is acquired by calling g.operator().

# Declarations

template< class Generator >
result_type operator()( Generator& g );

(since C++11)

template< class Generator >
result_type operator()( Generator& g, const param_type& params );

(since C++11)

# Parameters

# Return value

The generated random number.