Searched refs:time_seed (Results 1 – 1 of 1) sorted by relevance
5316 uint64_t time_seed = env->NowMicros(); in TEST_P() local5317 printf("time_seed is %" PRIu64 "\n", time_seed); // would help to reproduce in TEST_P()5321 Random64 rand(time_seed * thd_seed); in TEST_P()5328 Random64 rand(time_seed * thd_seed); in TEST_P()5338 Random64 rand(time_seed * thd_seed); in TEST_P()5349 Random64 rand(time_seed * thd_seed); in TEST_P()