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