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