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

12

/freebsd-10.2-release/crypto/heimdal/lib/roken/
H A Drand.c46 srand (time(NULL));
/freebsd-10.2-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.2-release/contrib/ntp/lib/isc/
H A Drandom.c53 srand(time(NULL) ^ pid);
69 srand(seed);
/freebsd-10.2-release/lib/libc/stdlib/
H A Drand.c120 srand(seed) function
164 srand(0x19610910);
H A DMakefile.inc41 MLINKS+=rand.3 rand_r.3 rand.3 srand.3 rand.3 sranddev.3
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp35 void srand(unsigned int seed) { function in struct:__anon2845::PRNG
71 prng.srand(randSeed);
/freebsd-10.2-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-10.2-release/contrib/libstdc++/include/c_compatibility/
H A Dstdlib.h59 using std::srand;
/freebsd-10.2-release/contrib/opie/libopie/
H A Dnewseed.c69 srand(now);
/freebsd-10.2-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdlib.h96 #undef srand
132 using ::srand;
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_popen.c82 srand ((unsigned int)time(NULL));
H A Dt_printf.c159 srand(now);
/freebsd-10.2-release/crypto/heimdal/kuser/
H A Dgenerate-requests.c139 srand (0);
/freebsd-10.2-release/contrib/apr-util/test/
H A Dtestqueue.c97 srand((unsigned int)apr_time_now());
/freebsd-10.2-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_mlx_svc.h196 srand(1); /* Pick a new base */
/freebsd-10.2-release/contrib/apr/file_io/unix/
H A Dmktemp.c65 #define seedrandom(a) srand(a)
/freebsd-10.2-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.2-release/contrib/ntp/util/
H A Dsht.c137 srand(time(NULL));
/freebsd-10.2-release/crypto/heimdal/kadmin/
H A Dadd-random-users.c172 srand (0);
/freebsd-10.2-release/crypto/heimdal/kpasswd/
H A Dkpasswd-generator.c201 srand (0);
/freebsd-10.2-release/contrib/ldns/ldns/
H A Dconfig.h541 #define srandom(x) srand(x)
/freebsd-10.2-release/include/
H A Dstdlib.h105 void srand(unsigned);
/freebsd-10.2-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_pkt_randomizer.c151 srand(seed);
/freebsd-10.2-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);

Completed in 320 milliseconds

12