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