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