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