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