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