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
Post a Comment