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