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