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