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