Go to the source code of this file.
|
| template<typename RealType , typename RNGType > |
| void | mckl::logistic_distribution (RNGType &rng, std::size_t N, RealType *r, RealType a, RealType b) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::logistic_distribution (RNGType &rng, std::size_t N, RealType *r, const typename LogisticDistribution< RealType >::param_type ¶m) |
| |
| template<typename RealType > |
| bool | mckl::internal::logistic_distribution_check_param (RealType, RealType b) |
| |
| template<std::size_t K, typename RealType , typename RNGType > |
| void | mckl::internal::logistic_distribution_impl (RNGType &rng, std::size_t n, RealType *r, RealType a, RealType b) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::rand (RNGType &rng, LogisticDistribution< RealType > &distribution, std::size_t N, RealType *r) |
| |