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