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

12

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20020201-1.c11 void srand (unsigned int seed);
26 srand (12);
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dsrand.t9 # Test srand.
21 srand(1138);
24 srand(1138);
27 ok( eq_array(\@first_run, \@second_run), 'srand(), same arg, same rands' );
31 srand(31337);
34 srand(1138);
38 'srand(), different arg, different rands' );
41 # Check that srand() isn't affected by $_
44 srand();
47 srand(4
[all...]
H A Drand.t124 srand 12345;
126 srand 12345;
137 srand(1);
H A Dgoto.t834 ok sub { goto o; srand do { o: 0 } }->(),
835 'goto into srand';
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/
H A Dsample.t32 srand 1234;
35 srand 5678;
40 srand;
/openbsd-current/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dpass32-frag.c16 srand ((int)(__mf_uintptr_t) n); /* use the pointer value */
/openbsd-current/lib/libc/stdlib/
H A Drand.c64 srand(u_int seed) function
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dstdlib.h59 using std::srand;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dstdlib.h59 using std::srand;
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dslice.cc54 std::srand(20020717); using std::rand;
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstdlib.h96 #undef srand
132 using ::srand;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstdlib.h76 #undef srand macro
110 using ::srand;
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp78 void srand(unsigned int seed) { next = seed; } function in struct:__anon3581::PRNG
87 Renamer(unsigned int seed) { prng.srand(seed); }
/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.c/
H A Domp-loop01.c92 srand (0);
/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.c++/
H A Dloop-1.C92 srand (0);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcfns.h257 "srand",
/openbsd-current/lib/libc/hidden/
H A Dstdlib.h149 PROTO_DEPRECATED(srand); variable
/openbsd-current/include/
H A Dstdlib.h124 void srand(unsigned);
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/t/
H A D28_mtwrite.t194 srand $len;
H A D27_iwrite.t174 srand $len;
/openbsd-current/usr.sbin/unbound/testcode/
H A Dunitecs.c168 srand(9195); /* just some value for reproducibility */
/openbsd-current/gnu/usr.bin/perl/dist/Safe/t/
H A Dsafeops.t202 srand srand
/openbsd-current/gnu/usr.bin/perl/ext/Pod-Functions/t/
H A DFunctions.t88 srand
/openbsd-current/sbin/unwind/libunbound/
H A Dconfig.h1368 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */
/openbsd-current/gnu/usr.bin/perl/lib/B/
H A DDeparse-core.t653 srand 01 -

Completed in 247 milliseconds

12