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