|
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) |
|