Home
last modified time | relevance | path

Searched refs:random_ (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dacm_random.h22 ACMRandom() : random_(DeterministicSeed()) {} in ACMRandom()
24 explicit ACMRandom(int seed) : random_(seed) {} in ACMRandom()
27 random_.Reseed(seed); in Reset()
31 random_.Generate(testing::internal::Random::kMaxRange); in Rand16()
37 random_.Generate(testing::internal::Random::kMaxRange); in Rand8()
50 return random_.Generate(range); in PseudoUniform()
62 testing::internal::Random random_;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1202 internal::Random* random() { return &random_; } in random()
1309 internal::Random random_; member in testing::internal::UnitTestImpl
5506 random_(0), // Will be reseeded before first use. in UnitTestImpl()