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