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