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