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