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