|
| template<typename RealType , typename RNGType > |
| void | mckl::rand (RNGType &rng, U01CanonicalDistribution< RealType > &distribution, std::size_t N, RealType *r) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::rand (RNGType &rng, U01CCDistribution< RealType > &distribution, std::size_t N, RealType *r) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::rand (RNGType &rng, U01CODistribution< RealType > &distribution, std::size_t N, RealType *r) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::rand (RNGType &rng, U01OCDistribution< RealType > &distribution, std::size_t N, RealType *r) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::rand (RNGType &rng, U01OODistribution< RealType > &distribution, std::size_t N, RealType *r) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::u01_canonical_distribution (RNGType &rng, std::size_t n, RealType *r) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::u01_canonical_distribution (RNGType &rng, std::size_t N, RealType *r, const typename U01CanonicalDistribution< RealType >::param_type &) |
| |
| template<std::size_t K, typename RealType , typename RNGType > |
| void | mckl::internal::u01_canonical_distribution_impl (RNGType &rng, std::size_t n, RealType *r) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::u01_cc_distribution (RNGType &rng, std::size_t n, RealType *r) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::u01_cc_distribution (RNGType &rng, std::size_t N, RealType *r, const typename U01CCDistribution< RealType >::param_type &) |
| |
| template<std::size_t K, typename RealType , typename RNGType > |
| void | mckl::internal::u01_cc_distribution_impl (RNGType &rng, std::size_t n, RealType *r) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::u01_co_distribution (RNGType &rng, std::size_t n, RealType *r) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::u01_co_distribution (RNGType &rng, std::size_t N, RealType *r, const typename U01CODistribution< RealType >::param_type &) |
| |
| template<std::size_t K, typename RealType , typename RNGType > |
| void | mckl::internal::u01_co_distribution_impl (RNGType &rng, std::size_t n, RealType *r) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::u01_distribution (RNGType &rng, std::size_t n, RealType *r) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::u01_oc_distribution (RNGType &rng, std::size_t N, RealType *r, const typename U01OCDistribution< RealType >::param_type &) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::u01_oc_distribution (RNGType &rng, std::size_t n, RealType *r) |
| |
| template<std::size_t K, typename RealType , typename RNGType > |
| void | mckl::internal::u01_oc_distribution_impl (RNGType &rng, std::size_t n, RealType *r) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::u01_oo_distribution (RNGType &rng, std::size_t n, RealType *r) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::u01_oo_distribution (RNGType &rng, std::size_t N, RealType *r, const typename U01OODistribution< RealType >::param_type &) |
| |
| template<std::size_t K, typename RealType , typename RNGType > |
| void | mckl::internal::u01_oo_distribution_impl (RNGType &rng, std::size_t n, RealType *r) |
| |