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