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