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

  /bionic/libc/bionic/
arc4random.c 1 /* $OpenBSD: arc4random.c,v 1.19 2008/06/04 00:50:23 djm Exp $ */
217 arc4random(void) function
281 r = arc4random();
302 arc4random();
  /external/dhcpcd/
common.c 83 /* Simple hack to return a random number without arc4random */
85 uint32_t arc4random(void) function

Completed in 207 milliseconds