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