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