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