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