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