Go to the source code of this file.
 | 
| template<typename RealType , typename RNGType >  | 
| void  | vsmc::rng_rand (RNGType &, StudentTDistribution< RealType > &, std::size_t, RealType *) | 
|   | 
| template<typename RealType , typename RNGType >  | 
| void  | vsmc::student_t_distribution (RNGType &rng, std::size_t n, RealType *r, RealType df) | 
|   | Generating student-t random variates.  More...
  | 
|   | 
| template<typename RealType >  | 
| bool  | vsmc::internal::student_t_distribution_check_param (RealType n) | 
|   | 
| template<std::size_t K, typename RealType , typename RNGType >  | 
| void  | vsmc::internal::student_t_distribution_impl (RNGType &rng, std::size_t n, RealType *r, RealType df) | 
|   |