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