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