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