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