I would like to generate (quality) random numbers in my Java EE application over a long period of time (dozens of numbers per day). It should keep the uniform distribution even if the server is restarted etc. Do you have any recommendation as to how to achieve this?
Share
Uncommons Maths is a library that offers some RNGs that are more robust than those in the jdk