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