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