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