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