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