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