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