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