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