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