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