HomeSort by: relevance | last modified time | path
    Searched defs:arc4random (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/nbperf/
nbperf.c 66 #define arc4random() rand() macro
76 nbperf->seed[0] = arc4random();
  /src/lib/libc/gen/
arc4random.c 1 /* $NetBSD: arc4random.c,v 1.50 2025/03/11 14:30:27 riastradh Exp $ */
33 * Legacy arc4random(3) API from OpenBSD reimplemented using the
43 * The arc4random(3) API may abort the process if:
49 * the arc4random(3) API. KERN_ARND is unlikely to fail later unless
54 __RCSID("$NetBSD: arc4random.c,v 1.50 2025/03/11 14:30:27 riastradh Exp $");
73 #include "arc4random.h"
77 __weak_alias(arc4random,_arc4random)
525 /* arc4random state: per-thread, per-process (zeroed in child on fork) */
664 * state to avoid contention due to arc4random.
673 * Note that the arc4random library state has been initialize
745 arc4random(void) function in typeref:typename:uint32_t
    [all...]
  /src/lib/libc/include/
namespace.h 207 #define arc4random _arc4random macro

Completed in 13 milliseconds