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