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