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