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