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