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