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