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