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

/freebsd-10.3-release/lib/libc/stdlib/
H A Drand.c29 * Posix rand_r function added May 1999 by Wes Peters <wes@softweyr.com>.
84 rand_r(unsigned int *ctx) function
172 printf("generating the same sequence with rand_r:\n");
176 printf("next random number = %d\n", rand_r(&myseed));
H A DMakefile.inc41 MLINKS+=rand.3 rand_r.3 rand.3 srand.3 rand.3 sranddev.3
/freebsd-10.3-release/include/
H A Dstdlib.h170 int rand_r(unsigned *); /* (TSF) */
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_util.c461 *p++ = num[((unsigned)rand_r(&seed)) % sizeof(num)];

Completed in 48 milliseconds