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