Home | History | Annotate | Download | only in tests

Lines Matching refs:my_rand

61 static inline uint32_t my_rand(uint32_t* state) {
376 uint32_t seed = my_rand(&global_seed);
382 size_t idx = my_rand(&seed) % vec.size();
388 size_t size = my_rand(&seed) % 1000 + 1;
390 size_t alignment = 1 << (my_rand(&seed) % 7 + 3);
476 (my_rand(&global_seed) % 1000 + kMinElem) * sizeof(int));