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