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