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