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