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