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