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