Home
last modified time | relevance | path

Searched defs:rand64 (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/prog/
Drand.go49 func (r *randGen) rand64() uint64 { func
/external/mesa3d/src/util/
Ddisk_cache.c620 uint64_t rand64 = rand_xorshift128plus(cache->seed_xorshift128plus); in evict_lru_item() local