virtual double operator()(RandomNumberGenerator &rng) const {
     return rng.chisquare(_nu);
 }