Searched refs:initstate (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/posix/
H A Dstdlib.h111 extern char *initstate(unsigned int seed, char *state, size_t size);
/haiku/src/system/libroot/posix/stdlib/
H A Drandom.c40 * interface. The initstate() routine is called with a seed, an array of
46 * with initstate(). By default, the package runs with 128 bytes of state
78 * cleanups have been made as well. A warning for both initstate and
140 * initstate(1, randtbl, 128);
169 * initstate(1, randtbl, 128);
293 * initstate:
303 * successive calls to initstate() won't lose this information and will be
307 * setstate() so that it doesn't matter when initstate is called.
316 initstate(unsigned int seed, char *arg_state, size_t n) function
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h420 `initstate' and `setstate' functions are those from BSD Unices.
433 extern char *initstate (unsigned int __seed, char *__statebuf,
437 which should have been previously initialized by `initstate'. */
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1919 void initstate() {} function
H A Dlibroot_stubs_legacy.c1883 void initstate() {} function

Completed in 147 milliseconds