Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Drand_xor.c59 s_rand_xorshift128plus(uint64_t seed[2], bool randomised_seed) in s_rand_xorshift128plus() argument
61 if (!randomised_seed) { in s_rand_xorshift128plus()
Drand_xor.h35 s_rand_xorshift128plus(uint64_t seed[2], bool randomised_seed);