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