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