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