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