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