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