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