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