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