Searched refs:RandomSeed (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp15 static u32 RandomSeed() { function in namespace:__hwasan
29 random_state_ = flags()->random_tags ? RandomSeed() : unique_id_;
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc5573 static Flags RandomSeed(Int32 random_seed) { function in struct:testing::Flags
6200 TEST_F(ParseFlagsTest, RandomSeed) {
6212 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::RandomSeed(1000), false);

Completed in 193 milliseconds