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