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