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