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