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