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