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