Lines Matching refs:_RandomNumberEngine
886 template<typename _RandomNumberEngine, size_t __p, size_t __r> in _GLIBCXX_VISIBILITY()
894 typedef typename _RandomNumberEngine::result_type result_type; in _GLIBCXX_VISIBILITY()
919 discard_block_engine(const _RandomNumberEngine& __rng) in _GLIBCXX_VISIBILITY()
929 discard_block_engine(_RandomNumberEngine&& __rng) in _GLIBCXX_VISIBILITY()
992 const _RandomNumberEngine& in _GLIBCXX_VISIBILITY()
1001 { return _RandomNumberEngine::min(); } in _GLIBCXX_VISIBILITY()
1008 { return _RandomNumberEngine::max(); } in _GLIBCXX_VISIBILITY()
1079 _RandomNumberEngine _M_b; in _GLIBCXX_VISIBILITY()
1094 template<typename _RandomNumberEngine, size_t __p, size_t __r> in _GLIBCXX_VISIBILITY()
1096 operator!=(const std::discard_block_engine<_RandomNumberEngine, __p, in _GLIBCXX_VISIBILITY()
1098 const std::discard_block_engine<_RandomNumberEngine, __p, in _GLIBCXX_VISIBILITY()
1107 template<typename _RandomNumberEngine, size_t __w, typename _UIntType> in _GLIBCXX_VISIBILITY()
1138 independent_bits_engine(const _RandomNumberEngine& __rng) in _GLIBCXX_VISIBILITY()
1148 independent_bits_engine(_RandomNumberEngine&& __rng) in _GLIBCXX_VISIBILITY()
1202 const _RandomNumberEngine& in _GLIBCXX_VISIBILITY()
1268 std::independent_bits_engine<_RandomNumberEngine, in _GLIBCXX_VISIBILITY()
1276 _RandomNumberEngine _M_b; in _GLIBCXX_VISIBILITY()
1291 template<typename _RandomNumberEngine, size_t __w, typename _UIntType> in _GLIBCXX_VISIBILITY()
1293 operator!=(const std::independent_bits_engine<_RandomNumberEngine, __w, in _GLIBCXX_VISIBILITY()
1295 const std::independent_bits_engine<_RandomNumberEngine, __w, in _GLIBCXX_VISIBILITY()
1309 template<typename _RandomNumberEngine, size_t __w, typename _UIntType, in _GLIBCXX_VISIBILITY()
1313 const std::independent_bits_engine<_RandomNumberEngine, in _GLIBCXX_VISIBILITY()
1328 template<typename _RandomNumberEngine, size_t __k> in _GLIBCXX_VISIBILITY()
1336 typedef typename _RandomNumberEngine::result_type result_type; in _GLIBCXX_VISIBILITY()
1360 shuffle_order_engine(const _RandomNumberEngine& __rng) in _GLIBCXX_VISIBILITY()
1371 shuffle_order_engine(_RandomNumberEngine&& __rng) in _GLIBCXX_VISIBILITY()
1435 const _RandomNumberEngine& in _GLIBCXX_VISIBILITY()
1444 { return _RandomNumberEngine::min(); } in _GLIBCXX_VISIBILITY()
1451 { return _RandomNumberEngine::max(); } in _GLIBCXX_VISIBILITY()
1530 _RandomNumberEngine _M_b; in _GLIBCXX_VISIBILITY()
1546 template<typename _RandomNumberEngine, size_t __k> in _GLIBCXX_VISIBILITY()
1548 operator!=(const std::shuffle_order_engine<_RandomNumberEngine, in _GLIBCXX_VISIBILITY()
1550 const std::shuffle_order_engine<_RandomNumberEngine, in _GLIBCXX_VISIBILITY()