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