Searched refs:thd_seed (Results 1 – 1 of 1) sorted by relevance
5320 size_t thd_seed = std::hash<std::thread::id>()(std::this_thread::get_id()); in TEST_P() local5321 Random64 rand(time_seed * thd_seed); in TEST_P()5327 size_t thd_seed = std::hash<std::thread::id>()(std::this_thread::get_id()); in TEST_P() local5328 Random64 rand(time_seed * thd_seed); in TEST_P()5337 size_t thd_seed = std::hash<std::thread::id>()(std::this_thread::get_id()); in TEST_P() local5338 Random64 rand(time_seed * thd_seed); in TEST_P()5348 size_t thd_seed = std::hash<std::thread::id>()(std::this_thread::get_id()); in TEST_P() local5349 Random64 rand(time_seed * thd_seed); in TEST_P()