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