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