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