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