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