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