Searched refs:RandomSeed (Results 1 – 5 of 5) sorted by relevance
15 static u32 RandomSeed() { in RandomSeed() function29 random_state_ = flags()->random_tags ? RandomSeed() : unique_id_; in InitRandomState()
45 TEST(RandomNumber, RandomSeed) { in TEST() argument
52 extern cl::opt<uint32_t> RandomSeed;171 std::minstd_rand0 RandGen(opts::RandomSeed.getValue()); in runOnFunctions()
26 extern cl::opt<uint32_t> RandomSeed;330 std::srand(opts::RandomSeed); in runOnFunctions()
44 cl::opt<uint32_t> RandomSeed("bolt-seed", cl::desc("seed for randomization"), variable711 std::default_random_engine(opts::RandomSeed.getValue())); in reorderBasicBlocks()