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