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