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