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