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