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