Searched refs:rand_xorshift128plus (Results 1 – 6 of 6) sorted by relevance
32 rand_xorshift128plus(uint64_t seed[2]);
45 rand_xorshift128plus(uint64_t seed[2]) in rand_xorshift128plus() function
471 uint64_t rand64 = rand_xorshift128plus(cache->seed_xorshift128plus); in disk_cache_evict_lru_item()
80 rand_xorshift128plus(seed_xorshift128plus); in set_random_pixels()
75 *ptr++ = *ptr_cpu++ = rand_xorshift128plus(seed_xorshift128plus); in set_random_pixels()
1885 - util/rand_xor: make it clear that {,s_}rand_xorshift128plus take *exactly 2* uint64_t