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