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