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