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