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