ref: e8b1d5b0dd83899a3c077c97a46a48db778640c5 dir: /libc/rand.c/
#include <u.h> #include <libc.h> int rand(void) { return lrand() & 0x7fff; }