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??
1 | initial version |
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??