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