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