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