How to design a loop
If I have designed a pseudo random number generator(PRNG), but I just cant output the random number from the first round ( from the input seed), how could I design a loop that could help me run the number of round I need in the PRNG??
Any code or psuedocode that would help explain what you're looking to do?