Searched defs:rand_r (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Drand.c50 * threads may be calling rand_r() using a pointer to the same seed.
75 rand_r(uint_t *seed) function
91 return (rand_r(&rand_seed));
/illumos-gate/usr/src/man/man3c/
H A DMakefile1114 rand_r.3c \
2156 rand_r.3c := LINKSRC = rand.3c

Completed in 78 milliseconds