| 
| template<typename RealType , typename RNGType >  | 
| void  | vsmc::gamma_distribution (RNGType &rng, std::size_t n, RealType *r, RealType alpha, RealType beta) | 
|   | Generating gamma random variates.  More...
  | 
|   | 
| template<typename RealType >  | 
| bool  | vsmc::internal::gamma_distribution_check_param (RealType alpha, RealType beta) | 
|   | 
| template<std::size_t K, typename RealType , typename RNGType >  | 
| std::size_t  | vsmc::internal::gamma_distribution_impl (RNGType &rng, std::size_t n, RealType *r, RealType alpha, RealType beta, const GammaDistributionConstant< RealType > &constant) | 
|   | 
| template<std::size_t , typename RealType , typename RNGType >  | 
| std::size_t  | vsmc::internal::gamma_distribution_impl_e (RNGType &rng, std::size_t n, RealType *r, RealType, RealType beta, const GammaDistributionConstant< RealType > &) | 
|   | 
| template<std::size_t K, typename RealType , typename RNGType >  | 
| std::size_t  | vsmc::internal::gamma_distribution_impl_n (RNGType &rng, std::size_t n, RealType *r, RealType, RealType beta, const GammaDistributionConstant< RealType > &constant) | 
|   | 
| template<std::size_t K, typename RealType , typename RNGType >  | 
| std::size_t  | vsmc::internal::gamma_distribution_impl_t (RNGType &rng, std::size_t n, RealType *r, RealType alpha, RealType beta, const GammaDistributionConstant< RealType > &constant) | 
|   | 
| template<std::size_t K, typename RealType , typename RNGType >  | 
| std::size_t  | vsmc::internal::gamma_distribution_impl_w (RNGType &rng, std::size_t n, RealType *r, RealType, RealType beta, const GammaDistributionConstant< RealType > &constant) | 
|   | 
| template<typename RealType , typename RNGType >  | 
| void  | vsmc::rng_rand (RNGType &rng, GammaDistribution< RealType > &dist, std::size_t n, RealType *r) | 
|   |