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

/osnet-11/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));

Completed in 35 milliseconds