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