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