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