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