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