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