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