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