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