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