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