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