DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
rand_r
include/stdlib.h
182
int rand_r(unsigned *); /* (TSF) */
lib/libc/stdlib/rand.c
156
printf("next random number = %d\n", rand_r(&myseed));