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