vSMC  v3.0.0
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::UniformBitsDistribution< UIntType >
 Uniform bits distribution. More...
 
class  vsmc::UniformBitsDistribution< UIntType >::param_type
 

Namespaces

 vsmc
 
 vsmc::internal
 

Functions

template<typename UIntType , typename RNGType >
void vsmc::rand (RNGType &, UniformBitsDistribution< UIntType > &, std::size_t, UIntType *)
 
template<typename UIntType , typename RNGType >
void vsmc::uniform_bits_distribution (RNGType &rng, std::size_t N, UIntType *r, const typename UniformBitsDistribution< UIntType >::param_type &)
 
template<typename UIntType , typename RNGType >
void vsmc::uniform_bits_distribution (RNGType &, std::size_t, UIntType *)
 
template<typename UIntType , typename RNGType >
void vsmc::internal::uniform_bits_distribution_impl (RNGType &rng, std::size_t n, UIntType *r, 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)