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