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