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