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