Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Ddb_bench_tool.cc4328 DBWithColumnFamilies* SelectDBWithCfh(uint64_t rand_int) { in SelectDBWithCfh() argument
4332 return &multi_dbs_[rand_int % multi_dbs_.size()]; in SelectDBWithCfh()
5014 uint64_t rand_int = rand->Next(); in GetRandomKey() local
5017 key_rand = rand_int % FLAGS_num; in GetRandomKey()
5020 long double order = -static_cast<long double>(rand_int % kBigInt) / in GetRandomKey()