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