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