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