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