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