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