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