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