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