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