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