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