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