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