Home
last modified time | relevance | path

Searched refs:random_device (Results 1 - 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_generator_testing.cc27 using result_type = typename std::random_device::result_type;
38 std::random_device gen_;
H A Draw_hash_set_benchmark.cc154 std::random_device rd; in BM_CacheInSteadyState()
205 std::random_device rd; in BM_EndComparison()
224 std::random_device rd; in BM_CopyCtor()
241 std::random_device rd; in BM_CopyAssign()
258 std::random_device rd; in BM_RangeCtor()
H A Dhashtablez_sampler_test.cc309 std::random_device rd; in TEST()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c410 static struct random_device { struct
512 static int check_random_device(struct random_device * rd) in check_random_device()
530 struct random_device * rd = &random_devices[n]; in get_random_device()
559 struct random_device * rd = &random_devices[n]; in close_random_device()
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c410 static struct random_device { struct
512 static int check_random_device(struct random_device * rd) in check_random_device()
530 struct random_device * rd = &random_devices[n]; in get_random_device()
559 struct random_device * rd = &random_devices[n]; in close_random_device()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dexplicit_seed_seq_test.cc86 std::random_device urandom{"/dev/urandom"}; in TEST()
132 std::random_device urandom("/dev/urandom"); in TEST()
H A Dsalted_seed_seq_test.cc112 std::random_device urandom{"/dev/urandom"}; in TEST()
H A Dfast_uniform_bits_test.cc41 std::random_device rd; in TYPED_TEST()
H A Dranden_engine_test.cc62 std::random_device rd; in TYPED_TEST()
H A Dpcg_engine_test.cc60 std::random_device rd; in TYPED_TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dseed_sequences_test.cc86 std::random_device urandom; in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dextension_test.cc46 std::random_device rd; in MakeRandomString()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dascii_benchmark.cc29 std::random_device rd; in MakeShuffledBytes()
H A Dstring_view_benchmark.cc289 std::random_device r; in StringViewMapBenchmark()
H A Dnumbers_test.cc693 std::random_device rd; in test_random_integer_parse_base()
747 std::random_device rd; in TEST()
787 std::random_device rd; in TEST()
/third_party/mindspore/test/unittest/
H A Dnnrt_delegate_unit_test.cpp159 std::random_device rd; in HWTEST()
/third_party/benchmark/test/
H A Dperf_counters_gtest.cc204 static std::mt19937 rd{std::random_device{}()}; in do_work()
H A Doutput_test_helper.cc465 static std::mt19937 rd{std::random_device{}()}; in RandomHexChar()
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128_benchmark.cc30 std::random_device r; in MakeRandomEngine()
/third_party/benchmark/src/
H A Dbenchmark.cc431 std::random_device rd; in RunBenchmarks()
/third_party/nghttp2/src/
H A Dutil_test.cc577 std::random_device rd; in test_util_random_alpha_digit()
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
H A Dfuzz.cpp618 : static_cast<uint32_t>(std::random_device()())), in Fuzz()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
H A Dfuzz.cpp618 : static_cast<uint32_t>(std::random_device()())), in Fuzz()
/third_party/spirv-tools/tools/fuzz/
H A Dfuzz.cpp612 : static_cast<uint32_t>(std::random_device()())), in Fuzz()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp331 static de::Random state = {::std::random_device{}()}; in randomFloat()

Completed in 22 milliseconds

12