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