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