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