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