Go to the source code of this file.
|
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) |
|