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