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