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