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