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