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