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