With your table buddy, write a c program with the following features:
https://github.com/mks65/randfile.git Sample output: Generating random numbers: random 0: 198116400 random 1: 2592608753 random 2: 2833624368 random 3: 3273750590 random 4: 3548697368 random 5: 3876828898 random 6: 2617393183 random 7: 1720936907 random 8: 682596330 random 9: 2411695830 Writing numbers to file... Reading numbers from file... Verification that written values were the same: random 0: 198116400 random 1: 2592608753 random 2: 2833624368 random 3: 3273750590 random 4: 3548697368 random 5: 3876828898 random 6: 2617393183 random 7: 1720936907 random 8: 682596330 random 9: 2411695830 |