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