virtual double operator()(RandomNumberGenerator &rng) const {
     return rng.stdgamma(_alpha);
 }