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