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