Home
last modified time | relevance | path

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

/rocksdb-6.9/db_stress_tool/
Ddb_stress_common.cc64 int64_t GetOneHotKeyID(double rand_seed, int64_t max_key) { in GetOneHotKeyID() function
174 cur_key = GetOneHotKeyID(float_rand, FLAGS_max_key); in GenerateOneKey()
201 next_key = GetOneHotKeyID(float_rand, FLAGS_max_key); in GenerateNKeys()
Ddb_stress_common.h513 extern int64_t GetOneHotKeyID(double rand_seed, int64_t max_key);