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