Home
last modified time | relevance | path

Searched defs:random (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/java/src/test/java/org/rocksdb/util/
DTestUtil.java47 private static final Random random = new Random(); field in TestUtil
DBytewiseComparatorIntTest.java44 final Random random = new Random(); in prepareKeys() local
DReverseBytewiseComparatorIntTest.java45 final Random random = new Random(); in prepareKeys() local
DIntComparatorTest.java43 final Random random = new Random(); in prepareKeys() local
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DNativeComparatorWrapperTest.java22 private static final Random random = new Random(); field in NativeComparatorWrapperTest
/rocksdb-6.9/utilities/persistent_cache/
Dhash_table_evictable.h81 uint32_t random = Random::GetTLSInstance()->Next(); variable
/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index_test.cc1485 int random = rnd.Uniform(8); in TEST_F() local
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc712 void ShuffleRange(internal::Random* random, int begin, int end, in ShuffleRange()
733 inline void Shuffle(internal::Random* random, std::vector<E>* v) { in Shuffle()
1200 internal::Random* random() { return &random_; } in random() function in testing::internal::UnitTestImpl
4286 void TestCase::ShuffleTests(internal::Random* random) { in ShuffleTests()