HomeSort by relevance Sort by last modified time
    Searched defs:srandom (Results 1 - 8 of 8) sorted by null

  /external/syslinux/gpxe/src/core/
random.c 19 void srandom ( unsigned int seed ) { function
32 srandom ( currticks() );
  /external/python/cpython3/Modules/_decimal/libmpdec/
vccompat.h 39 #undef srandom macro
40 #define srandom srand macro
  /bionic/libc/include/android/
legacy_stdlib_inlines.h 78 static __inline void srandom(unsigned int __s) { srand48(__s); } function
  /external/syslinux/com32/include/
stdlib.h 84 static __inline__ void srandom(unsigned int __s) function
  /external/libvncserver/common/
vncauth.c 48 #define srandom srand macro
162 srandom((unsigned int)time(NULL) ^ (unsigned int)getpid());
  /bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c 53 __weak_alias(srandom,_srandom)
182 * Note that this initialization takes advantage of the fact that srandom()
255 * srandom:
305 srandom(unsigned int x) function
319 * one we can and set things up for it. srandom() is then called to
322 * Note that on return from srandom(), we set state[-1] to be the type
379 end_ptr = &state[rand_deg]; /* must set end_ptr before srandom */
  /toolchain/binutils/binutils-2.27/libiberty/
random.c 40 @deftypefnx Supplement void srandom (unsigned int @var{seed})
46 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
170 Note that this initialization takes advantage of the fact that srandom
232 srandom (unsigned int x)
251 the best (largest) one we can and set things up for it. srandom is
253 from srandom, we set state[-1] to be the type multiplexed with the current
305 /* Must set END_PTR before srandom. */
307 srandom(seed);
231 srandom (unsigned int x) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 53 # define srandom srand macro

Completed in 167 milliseconds