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

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

Completed in 22 milliseconds