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