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