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