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