MCKL
Monte Carlo Kernel Library
Classes | Namespaces | Functions
levy_distribution.hpp File Reference
#include <mckl/random/internal/common.hpp>
#include <mckl/random/normal_distribution.hpp>

Go to the source code of this file.

Classes

class  mckl::LevyDistribution< RealType >
 Levy distribution. More...
 
class  mckl::LevyDistribution< RealType >::param_type
 

Namespaces

 mckl
 
 mckl::internal
 

Functions

template<typename RealType , typename RNGType >
void mckl::levy_distribution (RNGType &rng, std::size_t N, RealType *r, RealType a, RealType b)
 
template<typename RealType , typename RNGType >
void mckl::levy_distribution (RNGType &rng, std::size_t N, RealType *r, const typename LevyDistribution< RealType >::param_type &param)
 
template<typename RealType >
bool mckl::internal::levy_distribution_check_param (RealType, RealType b)
 
template<std::size_t , typename RealType , typename RNGType >
void mckl::internal::levy_distribution_impl (RNGType &rng, std::size_t n, RealType *r, RealType a, RealType b)
 
template<typename RealType , typename RNGType >
void mckl::rand (RNGType &rng, LevyDistribution< RealType > &distribution, std::size_t N, RealType *r)