|
| template<typename RealType , typename RNGType > |
| void | vsmc::beta_distribution (RNGType &rng, std::size_t n, RealType *r, RealType alpha, RealType beta) |
| | Generating beta random variates. More...
|
| |
| template<typename RealType > |
| bool | vsmc::internal::beta_distribution_check_param (RealType alpha, RealType beta) |
| |
| template<std::size_t K, typename RealType , typename RNGType > |
| std::size_t | vsmc::internal::beta_distribution_impl (RNGType &rng, std::size_t n, RealType *r, RealType alpha, RealType beta, const BetaDistributionConstant< RealType > &constant) |
| |
| template<std::size_t , typename RealType , typename RNGType > |
| std::size_t | vsmc::internal::beta_distribution_impl_11 (RNGType &rng, std::size_t n, RealType *r, RealType, RealType, const BetaDistributionConstant< RealType > &) |
| |
| template<std::size_t , typename RealType , typename RNGType > |
| std::size_t | vsmc::internal::beta_distribution_impl_1x (RNGType &rng, std::size_t n, RealType *r, RealType, RealType, const BetaDistributionConstant< RealType > &constant) |
| |
| template<std::size_t , typename RealType , typename RNGType > |
| std::size_t | vsmc::internal::beta_distribution_impl_a1 (RNGType &, std::size_t, RealType *, RealType, RealType, const BetaDistributionConstant< RealType > &) |
| |
| template<std::size_t , typename RealType , typename RNGType > |
| std::size_t | vsmc::internal::beta_distribution_impl_a2 (RNGType &, std::size_t, RealType *, RealType, RealType, const BetaDistributionConstant< RealType > &) |
| |
| template<std::size_t , typename RealType , typename RNGType > |
| std::size_t | vsmc::internal::beta_distribution_impl_a3 (RNGType &, std::size_t, RealType *, RealType, RealType, const BetaDistributionConstant< RealType > &) |
| |
| template<std::size_t , typename RealType , typename RNGType > |
| std::size_t | vsmc::internal::beta_distribution_impl_as (RNGType &rng, std::size_t n, RealType *r, RealType, RealType, const BetaDistributionConstant< RealType > &) |
| |
| template<std::size_t K, typename RealType , typename RNGType > |
| std::size_t | vsmc::internal::beta_distribution_impl_c (RNGType &rng, std::size_t n, RealType *r, RealType alpha, RealType beta, const BetaDistributionConstant< RealType > &constant) |
| |
| template<std::size_t K, typename RealType , typename RNGType > |
| std::size_t | vsmc::internal::beta_distribution_impl_j (RNGType &rng, std::size_t n, RealType *r, RealType, RealType, const BetaDistributionConstant< RealType > &constant) |
| |
| template<std::size_t , typename RealType , typename RNGType > |
| std::size_t | vsmc::internal::beta_distribution_impl_x1 (RNGType &rng, std::size_t n, RealType *r, RealType, RealType, const BetaDistributionConstant< RealType > &constant) |
| |
| template<typename RealType , typename RNGType > |
| void | vsmc::rng_rand (RNGType &rng, BetaDistribution< RealType > &dist, std::size_t n, RealType *r) |
| |