I want to generate random numbers in java, I know I should use existing methods like Math.random(), however, my question is: how can I generate the same sequence of numbers,
I'd hardcode the numbers into the app. This takes more memory but is much faster.
Just print random numbers to the terminal, then copy-paste them to your code.
Be sure to leave a comment explaining what you have done, or they will look like black magic to the uninformed reader.