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