Does anyone here have any experience creating a fifo paging algorithm using c. I need to randomly generate a reference string and then fill in the linked list with the ref string. the ref string will be double the size of the frames (linked list) and will cause page faults. I'm stuck on this.