vSMC  v3.0.0
Scalable Monte Carlo
Classes | Namespaces | Functions
logistic_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::LogisticDistribution< RealType >
 Logistic distribution. More...
 
class  vsmc::LogisticDistribution< RealType >::param_type
 

Namespaces

 vsmc
 
 vsmc::internal
 

Functions

template<typename RealType , typename RNGType >
void vsmc::logistic_distribution (RNGType &rng, std::size_t N, RealType *r, const typename LogisticDistribution< RealType >::param_type &param)
 
template<typename RealType , typename RNGType >
void vsmc::logistic_distribution (RNGType &rng, std::size_t N, RealType *r, RealType a, RealType b)
 Generating logistic random variates. More...
 
template<typename RealType >
bool vsmc::internal::logistic_distribution_check_param (RealType, RealType b)
 
template<std::size_t K, typename RealType , typename RNGType >
void vsmc::internal::logistic_distribution_impl (RNGType &rng, std::size_t n, RealType *r, RealType a, RealType b)
 
template<typename RealType , typename RNGType >
void vsmc::rand (RNGType &, LogisticDistribution< RealType > &, std::size_t, RealType *)