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