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