Hello, I am writing a program that has to sort random numbers from a file. I need to write these, say 50 randomly generated numbers to a file so that I can test my sorting alogorithms to see the difference in the time it takes for each sort to process. The random numbers have to be the same every time so the times for the sorts are accurate. What is the code to write the randomly generated numbers to the file. Any help would be appreciated. Thanks BrianCPP