HomeSort by relevance Sort by last modified time
    Searched defs:srand (Results 1 - 12 of 12) sorted by null

  /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
  /external/syslinux/gpxe/src/include/
stdlib.h 61 static inline void srand ( unsigned int seed ) { function
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Rand.c 64 srand(unsigned int seed) function
  /bionic/libc/include/android/
legacy_stdlib_inlines.h 74 static __inline void srand(unsigned int __s) { srand48(__s); } function
  /external/syslinux/com32/include/
stdlib.h 74 static __inline__ void srand(unsigned int __s) function
  /prebuilts/go/darwin-x86/src/math/rand/
gen_cooked.go 41 func srand(seed int32) { func
80 srand(1)
  /prebuilts/go/linux-x86/src/math/rand/
gen_cooked.go 41 func srand(seed int32) { func
80 srand(1)
  /external/llvm/lib/Transforms/Utils/
MetaRenamer.cpp 35 void srand(unsigned int seed) { function in struct:__anon28139::PRNG
53 prng.srand(seed);
  /external/e2fsprogs/lib/ext2fs/
mmp.c 151 #define srand(x) srandom(x) macro
162 srand((getpid() << 16) ^ getuid() ^ tv.tv_sec ^ tv.tv_usec);
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 102 #define srand(x) srandom(x) macro
156 srand((getpid() << 16) ^ getuid() ^ tv.tv_sec ^ tv.tv_usec);
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/
aws-java-sdk-s3-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/
aws-java-sdk-cloudfront-1.11.18.jar 

Completed in 596 milliseconds