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