Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_prng.c59 pcg64u_boundedrand_r(pcg64u_random_t *state64, uint64_t bound) in pcg64u_boundedrand_r() function
128 r = pcg64u_boundedrand_r(DPCPU_PTR(pcpu_prng64_state), bound); in prng64_bounded()
/f-stack/freebsd/contrib/pcg-c/include/
H A Dpcg_variants.h2406 #define pcg64u_boundedrand_r pcg_unique_128_xsl_rr_64_boundedrand_r macro