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