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