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