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