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