Lines Matching refs:_RandomNumberEngine

883   template<typename _RandomNumberEngine, size_t __p, size_t __r>  in _GLIBCXX_VISIBILITY()
891 typedef typename _RandomNumberEngine::result_type result_type; in _GLIBCXX_VISIBILITY()
916 discard_block_engine(const _RandomNumberEngine& __rng) in _GLIBCXX_VISIBILITY()
926 discard_block_engine(_RandomNumberEngine&& __rng) in _GLIBCXX_VISIBILITY()
989 const _RandomNumberEngine& in _GLIBCXX_VISIBILITY()
998 { return _RandomNumberEngine::min(); } in _GLIBCXX_VISIBILITY()
1005 { return _RandomNumberEngine::max(); } in _GLIBCXX_VISIBILITY()
1076 _RandomNumberEngine _M_b; in _GLIBCXX_VISIBILITY()
1091 template<typename _RandomNumberEngine, size_t __p, size_t __r> in _GLIBCXX_VISIBILITY()
1093 operator!=(const std::discard_block_engine<_RandomNumberEngine, __p, in _GLIBCXX_VISIBILITY()
1095 const std::discard_block_engine<_RandomNumberEngine, __p, in _GLIBCXX_VISIBILITY()
1104 template<typename _RandomNumberEngine, size_t __w, typename _UIntType> in _GLIBCXX_VISIBILITY()
1135 independent_bits_engine(const _RandomNumberEngine& __rng) in _GLIBCXX_VISIBILITY()
1145 independent_bits_engine(_RandomNumberEngine&& __rng) in _GLIBCXX_VISIBILITY()
1199 const _RandomNumberEngine& in _GLIBCXX_VISIBILITY()
1265 std::independent_bits_engine<_RandomNumberEngine, in _GLIBCXX_VISIBILITY()
1273 _RandomNumberEngine _M_b; in _GLIBCXX_VISIBILITY()
1288 template<typename _RandomNumberEngine, size_t __w, typename _UIntType> in _GLIBCXX_VISIBILITY()
1290 operator!=(const std::independent_bits_engine<_RandomNumberEngine, __w, in _GLIBCXX_VISIBILITY()
1292 const std::independent_bits_engine<_RandomNumberEngine, __w, in _GLIBCXX_VISIBILITY()
1306 template<typename _RandomNumberEngine, size_t __w, typename _UIntType, in _GLIBCXX_VISIBILITY()
1310 const std::independent_bits_engine<_RandomNumberEngine, in _GLIBCXX_VISIBILITY()
1323 template<typename _RandomNumberEngine, size_t __k> in _GLIBCXX_VISIBILITY()
1331 typedef typename _RandomNumberEngine::result_type result_type; in _GLIBCXX_VISIBILITY()
1355 shuffle_order_engine(const _RandomNumberEngine& __rng) in _GLIBCXX_VISIBILITY()
1366 shuffle_order_engine(_RandomNumberEngine&& __rng) in _GLIBCXX_VISIBILITY()
1430 const _RandomNumberEngine& in _GLIBCXX_VISIBILITY()
1439 { return _RandomNumberEngine::min(); } in _GLIBCXX_VISIBILITY()
1446 { return _RandomNumberEngine::max(); } in _GLIBCXX_VISIBILITY()
1525 _RandomNumberEngine _M_b; in _GLIBCXX_VISIBILITY()
1541 template<typename _RandomNumberEngine, size_t __k> in _GLIBCXX_VISIBILITY()
1543 operator!=(const std::shuffle_order_engine<_RandomNumberEngine, in _GLIBCXX_VISIBILITY()
1545 const std::shuffle_order_engine<_RandomNumberEngine, in _GLIBCXX_VISIBILITY()