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