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