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