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