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

/illumos-gate/usr/src/boot/lib/libstand/
H A Drandom.c40 srandom(seed) function
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Drandom.c147 * that srandom() advances the front and rear pointers 10*rand_deg
190 * srandom:
203 srandom(unsigned x) function
231 * the best (largest) one we can and set things up for it. srandom() is
233 * Note that on return from srandom(), we set state[-1] to be the type
287 rp->end_ptr = &rp->state[rp->rand_deg]; /* set end_ptr before srandom */
288 srandom(seed);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Drandom.c164 * that srandom() advances the front and rear pointers 10*rand_deg
210 * the best (largest) one we can and set things up for it. srandom() is
212 * Note that on return from srandom(), we set state[-1] to be the type
275 /* must set end_ptr before srandom */
277 srandom(seed);
383 * srandom:
396 srandom(unsigned int x) function
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Drandom.c47 #define srandom ______srandom macro
57 #undef srandom macro
151 Note that this initialization takes advantage of the fact that srandom
211 extern void srandom(unsigned int x)
230 the best (largest) one we can and set things up for it. srandom is
232 from srandom, we set state[-1] to be the type multiplexed with the current
283 /* Must set END_PTR before srandom. */
285 srandom(seed);
210 extern void srandom(unsigned int x) function
/illumos-gate/usr/src/man/man3c/
H A DMakefile1197 srandom.3c \
2161 srandom.3c := LINKSRC = random.3c

Completed in 82 milliseconds