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