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