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

12

/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Drand.c46 srand (time(NULL));
/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dpic.h36 #undef srand macro
39 void srand(unsigned int);
41 int srand(unsigned int);
/freebsd-10.0-release/lib/libc/stdlib/
H A Drand.c120 srand(seed) function
164 srand(0x19610910);
H A DSymbol.map58 srand;
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp35 void srand(unsigned int seed) { function in struct:__anon2696::PRNG
71 prng.srand(randSeed);
/freebsd-10.0-release/contrib/libstdc++/include/c_compatibility/
H A Dstdlib.h59 using std::srand;
/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DFindBugs.cpp47 srand(time(NULL));
H A DListReducer.h54 std::srand(0x6e5ea738); // Seed the random number generator
/freebsd-10.0-release/contrib/opie/libopie/
H A Dnewseed.c69 srand(now);
/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdlib.h96 #undef srand
132 using ::srand;
/freebsd-10.0-release/contrib/apr-util/test/
H A Dtestqueue.c97 srand((unsigned int)apr_time_now());
/freebsd-10.0-release/crypto/heimdal/kuser/
H A Dgenerate-requests.c139 srand (0);
/freebsd-10.0-release/contrib/apr/file_io/unix/
H A Dmktemp.c65 #define seedrandom(a) srand(a)
/freebsd-10.0-release/contrib/apr-util/crypto/
H A Dgetuuid.c32 #include <stdlib.h> /* for rand, srand */
135 srand((unsigned int)(((time_now >> 32) ^ time_now) & 0xffffffff));
/freebsd-10.0-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_mlx_svc.h196 srand(1); /* Pick a new base */
/freebsd-10.0-release/contrib/ldns/ldns/
H A Dconfig.h498 #define srandom(x) srand(x)
H A Dconfig.h.in521 #define srandom(x) srand(x)
/freebsd-10.0-release/contrib/one-true-awk/
H A Dmain.c77 srand(srand_seed);
/freebsd-10.0-release/crypto/heimdal/kadmin/
H A Dadd-random-users.c172 srand (0);
/freebsd-10.0-release/crypto/heimdal/kpasswd/
H A Dkpasswd-generator.c201 srand (0);
/freebsd-10.0-release/include/
H A Dstdlib.h105 void srand(unsigned);
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest_fuzz.c128 srand((unsigned)time(NULL));
/freebsd-10.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_pkt_randomizer.c151 srand(seed);
/freebsd-10.0-release/contrib/unbound/
H A Dconfig.h816 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */
/freebsd-10.0-release/usr.bin/xlint/llib/
H A Dllib-lstdc192 void (srand)(unsigned seed);

Completed in 243 milliseconds

12