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