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