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