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