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