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