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