#include "header.h" int main(void){ int i; for(i=0;i<32;i++){ printf("%d: %d\n",i, Read_Random()); }