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