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