コード例 #1
0
 virtual double operator()(RandomNumberGenerator &rng) const {
     return rng.chisquare(_nu);
 }