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