Generating millions of non-repeating random numbers in Java -


i have question, algorithm can use generate set of 2^21 random unique numbers in java? there library in java generates random numbers aside math.random?

thanks in advance!

take @ apache commons math api's random pacakge http://commons.apache.org/math/userguide/random.html


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -