Go to the source code of this file.
|
| template<typename RealType , typename RNGType > |
| void | vsmc::exponential_distribution (RNGType &rng, std::size_t N, RealType *r, RealType lambda) |
| | Generating exponential random variates. More...
|
| |
| template<typename RealType , typename RNGType > |
| void | vsmc::exponential_distribution (RNGType &rng, std::size_t N, RealType *r, const typename ExponentialDistribution< RealType >::param_type ¶m) |
| |
| template<typename RealType > |
| bool | vsmc::internal::exponential_distribution_check_param (RealType lambda) |
| |
| template<std::size_t , typename RealType , typename RNGType > |
| void | vsmc::internal::exponential_distribution_impl (RNGType &rng, std::size_t n, RealType *r, RealType lambda) |
| |
| template<typename RealType , typename RNGType > |
| void | vsmc::rand (RNGType &rng, ExponentialDistribution< RealType > &dist, std::size_t N, RealType *r) |
| |