HomeSort by relevance Sort by last modified time
    Searched refs:srand (Results 1 - 25 of 264) sorted by null

1 2 3 4 5 6 7 8 91011

  /bionic/libc/bionic/
rand.cpp 19 // The BSD rand/srand is very weak. glibc just uses random/srandom instead.
27 void srand(unsigned int seed) { function
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Rand.c 64 srand(unsigned int seed) function
  /external/python/cpython3/Modules/_decimal/libmpdec/
vccompat.h 40 #define srandom srand
  /hardware/interfaces/radio/1.0/vts/functional/
VtsHalRadioV1_0TargetTest.cpp 27 srand(seedSrand);
VtsHalSapV1_0TargetTest.cpp 27 srand(seedSrand);
  /external/honggfuzz/examples/badcode/targets/
badcode2.c 31 srand(time(0));
  /external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
dscr_explicit_test.c 27 srand(getpid());
dscr_inherit_test.c 28 srand(getpid());
  /external/syslinux/gpxe/src/include/
stdlib.h 61 static inline void srand ( unsigned int seed ) { function
  /external/syslinux/utils/
md5pass 16 srand($$ ^ time);
sha1pass 16 srand($$ ^ time);
  /prebuilts/go/darwin-x86/doc/progs/
cgo1.go 19 C.srand(C.uint(i))
cgo2.go 19 C.srand(C.uint(i))
  /prebuilts/go/linux-x86/doc/progs/
cgo1.go 19 C.srand(C.uint(i))
cgo2.go 19 C.srand(C.uint(i))
  /external/compiler-rt/test/builtins/timing/
ashldi3.c 22 srand(42);
ashrdi3.c 22 srand(42);
floatdidf.c 22 srand(42);
floatdisf.c 22 srand(42);
floatdixf.c 22 srand(42);
floatundidf.c 19 srand(42);
floatundisf.c 22 srand(42);
floatundixf.c 22 srand(42);
lshrdi3.c 22 srand(42);
negdi2.c 22 srand(42);

Completed in 798 milliseconds

1 2 3 4 5 6 7 8 91011