Searched refs:kRandomSeed (Results 1 – 3 of 3) sorted by relevance
60 static constexpr uint32_t kRandomSeed = 42; in TestMockProducer() local63 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in TestMockProducer()77 std::minstd_rand0 rnd_engine(kRandomSeed); in TestMockProducer()
56 static constexpr uint32_t kRandomSeed = 42; in BenchmarkProducer() local65 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in BenchmarkProducer()101 std::minstd_rand0 rnd_engine(kRandomSeed); in BenchmarkProducer()129 static constexpr uint32_t kRandomSeed = 42; in BenchmarkConsumer() local142 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in BenchmarkConsumer()
407 static constexpr uint32_t kRandomSeed = 42; in TEST_F() local409 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in TEST_F()423 std::minstd_rand0 rnd_engine(kRandomSeed); in TEST_F()448 static constexpr uint32_t kRandomSeed = 42; in TEST_F() local450 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in TEST_F()464 std::minstd_rand0 rnd_engine(kRandomSeed); in TEST_F()