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