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