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