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