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