Home
last modified time | relevance | path

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

/rocksdb-6.9/db_stress_tool/
Ddb_stress_common.cc77 int64_t tmp_zipf_seed = zipf * max_key / zipf_sum_size; in GetOneHotKeyID() local
78 Random64 rand_local(tmp_zipf_seed); in GetOneHotKeyID()