Reading a File Randomly

Random file access isn’t about generating a random value and then reading at that position in the file. While you could do that, the term random access refers to file access that isn’t sequential. I suppose they could have called it dynamic file access, but I was only 8-years-old when computer scientists developed these concepts, so my input would not have been welcome.
Continue reading