Go to the source code of this file.
|
| template<typename RealType , typename RNGType > |
| void | mckl::lognormal_distribution (RNGType &rng, std::size_t N, RealType *r, RealType m, RealType s) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::lognormal_distribution (RNGType &rng, std::size_t N, RealType *r, const typename LognormalDistribution< RealType >::param_type ¶m) |
| |
| template<typename RealType > |
| bool | mckl::internal::lognormal_distribution_check_param (RealType, RealType s) |
| |
| template<std::size_t , typename RealType , typename RNGType > |
| void | mckl::internal::lognormal_distribution_impl (RNGType &rng, std::size_t n, RealType *r, RealType m, RealType s) |
| |
| template<typename RealType , typename RNGType > |
| void | mckl::rand (RNGType &rng, LognormalDistribution< RealType > &distribution, std::size_t N, RealType *r) |
| |