Home
last modified time | relevance | path

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

123

/external/webrtc/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()
125 TestReproducibleVariateSequencesForNonsecureURBG<absl::BitGen>(); in TEST()
Drandom.h120 using BitGen = random_internal::NonsecureURBGBase< variable
/external/libtextclassifier/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
/external/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()
125 TestReproducibleVariateSequencesForNonsecureURBG<absl::BitGen>(); in TEST()
Drandom.h120 using BitGen = random_internal::NonsecureURBGBase< variable
/external/rust/crates/grpcio-sys/grpc/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
/external/openscreen/third_party/abseil/src/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
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass_internal.cc36 static absl::BitGen bitgen; in GetNodeId()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dstateful_random_ops.cc41 xla::BitGeneratorTy BitGen(Algorithm alg) { in BitGen() function
75 key, initial_state, BitGen(alg), minval, maxval, shape); in StatefulRngUniform()
80 return UniformIntDistribution(key, initial_state, BitGen(alg), minval, in StatefulRngUniform()
96 xla::RngOutput output = BitGen(alg)(key, initial_state, shape); in StatefulRngUniformFullInt()
275 key, state, BitGen(alg), xla_shape); in Compile()
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dnonsecure_base_test.cc44 absl::BitGen default_generator; in TEST()
49 absl::BitGen default_generator; in TEST()
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dnonsecure_base_test.cc44 absl::BitGen default_generator; in TEST()
49 absl::BitGen default_generator; in TEST()

123