Searched defs:global_seed (Results 1 – 3 of 3) sorted by relevance
90 static uint32_t global_seed = 0; variable
910 def global_seed(): function
268 static std::atomic<uint64> global_seed{std::random_device()()}; in Evaluate() local