DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
RND
games/hack/rnd.c
73
return (RND(x) + y);
games/hack/rnd.c
79
return (RND(x));
games/hack/rnd.c
85
return (RND(x) + 1);
games/hack/rnd.c
94
tmp += RND(x);