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