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