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