Searched refs:seed_array_int_impl (Results 1 – 1 of 1) sorted by relevance
266 void seed_array_int_impl(SeedSeq& seq, UIntType (&x)[n]) in seed_array_int_impl() function280 inline void seed_array_int_impl(SeedSeq& seq, IntType (&x)[n], boost::mpl::true_) in seed_array_int_impl() function284 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() function290 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()