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