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