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