Go to the source code of this file.
|
| template<typename RealType , typename RNGType > |
| void | vsmc::fisher_f_distribution (RNGType &rng, std::size_t n, RealType *r, RealType df1, RealType df2) |
| | Generating Fisher-F random variates. More...
|
| |
| template<typename RealType , typename RNGType > |
| void | vsmc::fisher_f_distribution (RNGType &rng, std::size_t n, RealType *r, const typename FisherFDistribution< RealType >::param_type ¶m) |
| |
| template<typename RealType > |
| bool | vsmc::internal::fisher_f_distribution_check_param (RealType m, RealType n) |
| |
| template<std::size_t K, typename RealType , typename RNGType > |
| void | vsmc::internal::fisher_f_distribution_impl (RNGType &rng, std::size_t n, RealType *r, RealType df1, RealType df2) |
| |
| template<typename RealType , typename RNGType > |
| void | vsmc::rng_rand (RNGType &rng, FisherFDistribution< RealType > &dist, std::size_t n, RealType *r) |
| |