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