HomeSort by relevance Sort by last modified time
    Searched refs:randseed (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c 512 static u_long randseed = 1; local
521 x = randseed;
527 randseed = t;
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 50 milliseconds