Searched defs:global_seed (Results 1 – 5 of 5) sorted by relevance
35 def testDeterminism(self, global_seed, local_seed): argument
90 static uint32_t global_seed = 0; variable
89 static uint32_t global_seed = 0; variable
1873 def global_seed(): function
271 static std::atomic<uint64> global_seed{std::random_device()()}; in Evaluate() local