Searched refs:rand64 (Results 1 – 3 of 3) sorted by relevance
143 arg.Val = r.rand64()
49 func (r *randGen) rand64() uint64 { func69 v := r.rand64()150 v = r.rand64()
620 uint64_t rand64 = rand_xorshift128plus(cache->seed_xorshift128plus); in evict_lru_item() local621 if (asprintf(&dir_path, "%s/%02" PRIx64 , cache->path, rand64 & 0xff) < 0) in evict_lru_item()