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