Home
last modified time | relevance | path

Searched refs:seed_array_int_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/random/detail/
Dseed_impl.hpp266 void seed_array_int_impl(SeedSeq& seq, UIntType (&x)[n]) in seed_array_int_impl() function
280 inline void seed_array_int_impl(SeedSeq& seq, IntType (&x)[n], boost::mpl::true_) in seed_array_int_impl() function
284 seed_array_int_impl<w>(seq, reinterpret_cast<unsigned_array&>(x)); in seed_array_int_impl()
288 inline void seed_array_int_impl(SeedSeq& seq, IntType (&x)[n], boost::mpl::false_) in seed_array_int_impl() function
290 seed_array_int_impl<w>(seq, x); in seed_array_int_impl()
296 seed_array_int_impl<w>(seq, x, boost::random::traits::is_signed<IntType>()); in seed_array_int()