Home
last modified time | relevance | path

Searched refs:BitGen (Results 1 – 25 of 26) sorted by relevance

12

/third_party/abseil-cpp/absl/random/
Dexamples_test.cc27 absl::BitGen gen; in TEST()
67 absl::BitGen gen_1(my_seed); in TEST()
68 absl::BitGen gen_2(my_seed); // Produces same variates as gen_1. in TEST()
76 absl::BitGen gen; in TEST()
79 absl::BitGen gen_1(my_seed); in TEST()
80 absl::BitGen gen_2(my_seed); in TEST()
92 absl::BitGen gen_1(my_seed); in TEST()
93 absl::BitGen gen_2(my_seed); in TEST()
Dseed_sequences_test.cc29 absl::BitGen bitgen(seed_seq); in TEST()
34 absl::BitGen engine; in TEST()
36 absl::BitGen bitgen(seed_seq); in TEST()
64 absl::BitGen rng; in TEST()
124 TestReproducibleVariateSequencesForNonsecureURBG<absl::BitGen>(); in TEST()
Dbit_gen_ref_test.cc30 using result_type = absl::BitGen::result_type;
32 static constexpr result_type(min)() { return (absl::BitGen::min)(); } in result_type()
33 static constexpr result_type(max)() { return (absl::BitGen::max)(); } in result_type()
51 ::testing::Types<absl::BitGen, absl::InsecureBitGen, std::mt19937,
Dmocking_bit_gen.h113 using result_type = absl::BitGen::result_type;
115 static constexpr result_type(min)() { return (absl::BitGen::min)(); } in result_type()
116 static constexpr result_type(max)() { return (absl::BitGen::max)(); } in result_type()
216 absl::BitGen gen_;
Drandom.h120 using BitGen = random_internal::NonsecureURBGBase< variable
Dgenerators_test.cc169 TEST(BitGen, Compatibility) { in TEST() argument
171 CompatibilityTest<absl::BitGen>(); in TEST()
Dbenchmarks.cc362 BM_BASIC(absl::BitGen); // === randen_engine<uint64_t>.
363 BM_THREAD(absl::BitGen);
364 BM_EXTENDED(absl::BitGen);
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dexamples_test.cc27 absl::BitGen gen; in TEST()
67 absl::BitGen gen_1(my_seed); in TEST()
68 absl::BitGen gen_2(my_seed); // Produces same variates as gen_1. in TEST()
76 absl::BitGen gen; in TEST()
79 absl::BitGen gen_1(my_seed); in TEST()
80 absl::BitGen gen_2(my_seed); in TEST()
92 absl::BitGen gen_1(my_seed); in TEST()
93 absl::BitGen gen_2(my_seed); in TEST()
Dseed_sequences_test.cc29 absl::BitGen bitgen(seed_seq); in TEST()
34 absl::BitGen engine; in TEST()
36 absl::BitGen bitgen(seed_seq); in TEST()
64 absl::BitGen rng; in TEST()
124 TestReproducibleVariateSequencesForNonsecureURBG<absl::BitGen>(); in TEST()
Dbit_gen_ref_test.cc30 using result_type = absl::BitGen::result_type;
32 static constexpr result_type(min)() { return (absl::BitGen::min)(); } in result_type()
33 static constexpr result_type(max)() { return (absl::BitGen::max)(); } in result_type()
51 ::testing::Types<absl::BitGen, absl::InsecureBitGen, std::mt19937,
Dmocking_bit_gen.h110 using result_type = absl::BitGen::result_type;
112 static constexpr result_type(min)() { return (absl::BitGen::min)(); } in result_type()
113 static constexpr result_type(max)() { return (absl::BitGen::max)(); } in result_type()
228 absl::BitGen gen_;
Drandom.h120 using BitGen = random_internal::NonsecureURBGBase< variable
Dgenerators_test.cc169 TEST(BitGen, Compatibility) { in TEST() argument
171 CompatibilityTest<absl::BitGen>(); in TEST()
Dbenchmarks.cc362 BM_BASIC(absl::BitGen); // === randen_engine<uint64_t>.
363 BM_THREAD(absl::BitGen);
364 BM_EXTENDED(absl::BitGen);
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dnonsecure_base_test.cc44 absl::BitGen default_generator; in TEST()
49 absl::BitGen default_generator; in TEST()
/third_party/abseil-cpp/absl/random/internal/
Dnonsecure_base_test.cc44 absl::BitGen default_generator; in TEST()
49 absl::BitGen default_generator; in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dbits_test.cc107 absl::BitGen rng; in TEST()
312 PopcountInput<T> GeneratePopcountInput(absl::BitGen& gen) { in GeneratePopcountInput()
325 absl::BitGen rng; in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_sample_token_test.cc152 absl::BitGen gen; in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_probe_benchmark.cc73 absl::BitGen& GlobalBitGen() { in GlobalBitGen()
74 static auto* value = new absl::BitGen; in GlobalBitGen()
Dhash_function_defaults_test.cc265 auto bitgen = absl::BitGen(); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dnumbers_benchmark.cc266 absl::BitGen rng; in BM_FastHexToBufferZeroPad16()
/third_party/abseil-cpp/absl/strings/
Dnumbers_benchmark.cc266 absl::BitGen rng; in BM_FastHexToBufferZeroPad16()
Dnumbers_test.cc1276 absl::BitGen rng; in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_benchmark.cc201 absl::BitGen gen; in __anonb24f32cc0302()
/third_party/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc265 auto bitgen = absl::BitGen(); in TEST()

12