Searched refs:srandom (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Drand.c44 srandom(time(NULL));
/freebsd-11-stable/stand/libsa/
H A Drandom.c40 srandom(seed) function
/freebsd-11-stable/sys/libkern/
H A Drandom.c39 static u_long randseed = 937186357; /* after srandom(1), NSHUFF counted */
42 srandom(seed) function
/freebsd-11-stable/contrib/bzip2/
H A DspewG.c41 srandom(1);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_random.c60 srandom(0);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_memcpy.c97 srandom(0L);
101 * duplicated by calling srandom() with 1 as the seed.
103 srandom(1);
/freebsd-11-stable/contrib/netbsd-tests/sys/uvm/
H A Dt_uvm_physseg_load.c342 srandom((unsigned)time(NULL));
371 srandom((unsigned)time(NULL));
400 srandom((unsigned)time(NULL));
429 srandom((unsigned)time(NULL));
458 srandom((unsigned)time(NULL));
487 srandom((unsigned)time(NULL));
516 srandom((unsigned)time(NULL));
558 srandom((unsigned)time(NULL));
607 srandom((unsigned)time(NULL));
656 srandom((unsigne
[all...]
/freebsd-11-stable/lib/libc/db/test/hash.tests/
H A Ddriver2.c87 srandom(17);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Drandom.c40 @deftypefnx Supplement void srandom (unsigned int @var{seed})
45 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
169 Note that this initialization takes advantage of the fact that srandom
231 srandom (unsigned int x)
250 the best (largest) one we can and set things up for it. srandom is
252 from srandom, we set state[-1] to be the type multiplexed with the current
304 /* Must set END_PTR before srandom. */
306 srandom(seed);
230 srandom (unsigned int x) function
/freebsd-11-stable/contrib/binutils/libiberty/
H A Drandom.c40 @deftypefnx Supplement void srandom (unsigned int @var{seed})
45 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
169 Note that this initialization takes advantage of the fact that srandom
231 srandom (unsigned int x)
250 the best (largest) one we can and set things up for it. srandom is
252 from srandom, we set state[-1] to be the type multiplexed with the current
304 /* Must set END_PTR before srandom. */
306 srandom(seed);
230 srandom (unsigned int x) function
/freebsd-11-stable/tools/regression/netinet/tcpstream/
H A Dtcpstream.c90 srandom(seed);
152 srandom(seed);
/freebsd-11-stable/contrib/netbsd-tests/include/sys/
H A Dt_tree.c107 srandom(4711);
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_reconcli.c94 srandom(time(NULL));
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dmktemp.c71 #define seedrandom(a) srandom(a)
/freebsd-11-stable/lib/libc/tests/string/
H A Dwcscoll_test.c82 srandom((unsigned int) time(NULL));
/freebsd-11-stable/lib/libc/stdlib/
H A Drandom.c150 * Note that this initialization takes advantage of the fact that srandom()
227 * srandom:
239 srandom(unsigned long x) function
265 * which are impossible to reproduce by calling srandom() with any
296 * one we can and set things up for it. srandom() is then called to
299 * Note that on return from srandom(), we set state[-1] to be the type
347 end_ptr = &state[rand_deg]; /* must set end_ptr before srandom */
348 srandom(seed);
H A DMakefile.inc56 MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 \
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c149 srandom(1234);
/freebsd-11-stable/contrib/ldns/ldns/
H A Dconfig.h541 #define srandom(x) srand(x) macro
/freebsd-11-stable/contrib/one-true-awk/
H A Dmain.c77 srandom((unsigned long) srand_seed);
/freebsd-11-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h162 void srandom(int);
/freebsd-11-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h164 void srandom(int);
/freebsd-11-stable/contrib/netbsd-tests/fs/puffs/
H A Dt_fuzz.c219 srandom(seed);
/freebsd-11-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_vfsops.c171 srandom(seed = time(NULL));
/freebsd-11-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.c212 srandom(time(NULL)); /* for random generation numbers */

Completed in 286 milliseconds

123