Searched refs:srand (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dpic.h36 #undef srand macro
39 void srand(unsigned int);
41 int srand(unsigned int);
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Drandom.c53 srand((unsigned)time(NULL) ^ pid);
69 srand(seed);
/freebsd-9.3-release/lib/libc/stdlib/
H A Drand.c120 srand(seed) function
164 srand(0x19610910);
H A DSymbol.map66 srand;
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Drandom.c53 srand(time(NULL) ^ pid);
69 srand(seed);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp35 void srand(unsigned int seed) { function in struct:__anon2706::PRNG
71 prng.srand(randSeed);
/freebsd-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dstdlib.h59 using std::srand;
/freebsd-9.3-release/contrib/llvm/tools/bugpoint/
H A DFindBugs.cpp48 srand(time(NULL));
H A DListReducer.h54 std::srand(0x6e5ea738); // Seed the random number generator
/freebsd-9.3-release/contrib/opie/libopie/
H A Dnewseed.c69 srand(now);
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdlib.h96 #undef srand
132 using ::srand;
/freebsd-9.3-release/contrib/bind9/bin/tools/
H A Dgenrandom.c116 srand(0x12345678);
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_fuzz.c126 srand((unsigned)time(NULL));
/freebsd-9.3-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_mlx_svc.h196 srand(1); /* Pick a new base */
/freebsd-9.3-release/crypto/heimdal/kuser/
H A Dgenerate-requests.c155 srand (0);
/freebsd-9.3-release/contrib/one-true-awk/
H A Dmain.c77 srand(srand_seed);
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dadd-random-users.c173 srand (0);
/freebsd-9.3-release/crypto/heimdal/kpasswd/
H A Dkpasswd-generator.c196 srand (0);
/freebsd-9.3-release/include/
H A Dstdlib.h105 void srand(unsigned);
/freebsd-9.3-release/contrib/ntp/util/
H A Dsht.c137 srand(time(NULL));
/freebsd-9.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_pkt_randomizer.c151 srand(seed);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_random.c56 * rand()/srand() like interface, this package also has a special state info
279 srand((u_int)x);
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lstdc192 void (srand)(unsigned seed);
/freebsd-9.3-release/contrib/com_err/
H A Dgetarg.c289 srand (time(NULL));
/freebsd-9.3-release/usr.bin/csup/
H A Dauth.c296 srand(tv.tv_usec ^ tv.tv_sec ^ pid);

Completed in 226 milliseconds

12