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