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