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