vSMC
vSMC: Scalable Monte Carlo
Classes | Namespaces | Functions
cauchy_distribution.hpp File Reference
#include <vsmc/rng/internal/common.hpp>
#include <vsmc/rng/u01_distribution.hpp>

Go to the source code of this file.

Classes

class  vsmc::CauchyDistribution< RealType >
 Cauchy distribution. More...
 
class  vsmc::CauchyDistribution< RealType >::param_type
 

Namespaces

 vsmc
 
 vsmc::internal
 

Functions

template<typename RealType , typename RNGType >
void vsmc::cauchy_distribution (RNGType &rng, std::size_t n, RealType *r, RealType a, RealType b)
 Generating cauchy random variates. More...
 
template<typename RealType , typename RNGType >
void vsmc::cauchy_distribution (RNGType &rng, std::size_t n, RealType *r, const typename CauchyDistribution< RealType >::param_type &param)
 
template<typename RealType >
bool vsmc::internal::cauchy_distribution_check_param (RealType, RealType b)
 
template<typename RealType , typename RNGType >
void vsmc::internal::cauchy_distribution_impl (RNGType &rng, std::size_t n, RealType *r, RealType a, RealType b)
 
template<typename RealType , typename RNGType >
void vsmc::rng_rand (RNGType &rng, CauchyDistribution< RealType > &dist, std::size_t n, RealType *r)