Go to the source code of this file.
|
| template<typename RealType , typename RNGType > |
| void | mckl::rand (RNGType &rng, StudentTDistribution< RealType > &distribution, std::size_t N, RealType *r) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::student_t_distribution (RNGType &rng, std::size_t N, RealType *r, const typename StudentTDistribution< RealType >::param_type ¶m) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::student_t_distribution (RNGType &rng, std::size_t N, RealType *r, RealType n) |
| |
| template<typename RealType > |
| bool | mckl::internal::student_t_distribution_check_param (RealType n) |
| |
| template<std::size_t K, typename RealType , typename RNGType > |
| void | mckl::internal::student_t_distribution_impl (RNGType &rng, std::size_t n, RealType *r, RealType df) |
| |