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