Home
last modified time | relevance | path

Searched refs:srand (Results 1 – 25 of 68) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/perl/t/op/
Dsrand.t21 srand(1138);
24 srand(1138);
34 srand(31337);
37 srand(1138);
47 srand();
50 srand(42);
Drand.t233 srand 12345;
235 srand 12345;
/mirbsd/src/lib/libc/stdlib/
Drand.c53 srand(u_int seed) in srand() function
57 __warn_references(srand, "srand is insecure; use the arc4random family API instead");
DMakefile.inc80 MLINKS+=rand.3 srand.3 rand.3 rand_r.3
/mirbsd/src/gnu/usr.bin/perl/ext/Thread/
Dunsync.tx14 srand($ARGV[0]);
18 srand($seed);
Dunsync3.tx13 srand($$^$^T);
Dunsync2.tx13 srand($$^$^T);
Dunsync4.tx13 srand($$^$^T);
Dsync.tx60 srand($$^$^T);
Dsync2.tx62 srand($$^$^T);
/mirbsd/src/sys/crypto/
Ddes_locl.h83 #define srandom(s) srand(s)
/mirbsd/src/include/
Dstdlib.h167 void srand(unsigned);
/mirbsd/src/lib/libocurses/PSD.doc/
Dtwinkle2.c36 srand(getpid()); /* initialize random sequence */
Dtwinkle1.c57 srand(getpid()); /* initialize random sequence */
/mirbsd/src/gnu/usr.bin/perl/
Duconfig.h3370 #define seedDrand01(x) srand((Rand_seed_t)x) /**/
/mirbsd/src/gnu/usr.bin/perl/vos/
Dconfig.alpha.h1309 #define seedDrand01(x) srand((Rand_seed_t)x) /**/
Dconfig.ga.h1309 #define seedDrand01(x) srand((Rand_seed_t)x) /**/
Dconfig.ga.def572 $seedfunc='srand'
Dconfig.alpha.def572 $seedfunc='srand'
/mirbsd/src/gnu/usr.bin/perl/ext/B/ramblings/
Druntime.porting109 srand 5 2
/mirbsd/src/usr.bin/awk/
DFIXES62 and arnold robbins, changed srand() to return the previous
63 seed (which is 1 on the first call of srand). the seed is
65 pass to the library srand(). thanks, everyone.
450 replaced srand argument by (unsigned int) in run.c;
812 restored srand behavior: it returns the current seed.
815 srand now returns previous seed value (0 to start).
982 srand returns seed value it's using.
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTUtils.h140 #define lynx_srand srand
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlclib.pod190 srand(n) { seedDrand01((Rand_seed_t)n);
Dperl5004delta.pod471 =item srand
473 The default seed for C<srand>, which used to be C<time>, has been changed.
477 Previous to version 5.004, calling C<rand> without first calling C<srand>
480 C<srand>, it calls C<srand> with the default seed. You should still call
481 C<srand> manually if your code might ever be run on a pre-5.004 system,
/mirbsd/src/usr.bin/xlint/llib/
Dllib-lstdc192 void (srand)(unsigned seed);

123