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