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