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