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