Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-performance.c24 inline AFL_RAND_RETURN rand_next(afl_state_t *afl) { in rand_next() function
36 inline AFL_RAND_RETURN rand_next(afl_state_t *afl) { in rand_next() function
/aosp_15_r20/external/llvm-libc/src/stdlib/
H A Drand_util.cpp18 cpp::Atomic<unsigned long> rand_next = 1; variable