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