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

Go to the source code of this file.

Classes

class  vsmc::internal::UniformBits< UIntType, Bits >
 
class  vsmc::UniformBitsDistribution< UIntType >
 Uniform bits distribution. More...
 
class  vsmc::UniformBitsDistribution< UIntType >::param_type
 

Namespaces

 vsmc
 
 vsmc::internal
 

Functions

template<typename UIntType , typename RNGType >
void vsmc::rng_rand (RNGType &, UniformBitsDistribution< UIntType > &, std::size_t, UIntType *)
 
template<typename UIntType , typename RNGType >
void vsmc::uniform_bits_distribution (RNGType &, std::size_t, UIntType *)
 
template<typename UIntType , typename RNGType , bool B1, bool B2>
void vsmc::internal::uniform_bits_distribution_impl (RNGType &rng, std::size_t n, UIntType *r, std::false_type, std::integral_constant< bool, B1 >, std::integral_constant< bool, B2 >)
 
template<typename UIntType , typename RNGType >
void vsmc::internal::uniform_bits_distribution_impl (RNGType &rng, std::size_t n, UIntType *r, std::true_type, std::true_type, std::true_type)
 
template<typename UIntType , typename RNGType >
void vsmc::internal::uniform_bits_distribution_impl (RNGType &rng, std::size_t n, UIntType *r, std::true_type, std::true_type, std::false_type)
 
template<typename UIntType , typename RNGType >
void vsmc::internal::uniform_bits_distribution_impl (RNGType &rng, std::size_t n, UIntType *r, std::true_type, std::false_type, std::true_type)
 
template<typename UIntType , typename RNGType >
void vsmc::internal::uniform_bits_distribution_impl (RNGType &rng, std::size_t n, UIntType *r, std::true_type, std::false_type, std::false_type)