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