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