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