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