Random sequence evaluation

Hello,does anyone know about libraries or methods to evalutate a random sequence for weeknesses in the sequence? E.g. java.util.Random is a far from perfect pseudo random generator, and such a method might be able to detect that.Gil
[253 byte] By [gilroittoa] at [2007-10-2 10:33:36]
# 1
Or maybee you call it quasi random, not preudo. I don't know.
gilroittoa at 2007-7-13 2:19:19 > top of Java-index,Other Topics,Algorithms...
# 2
Chacke out http://csrc.nist.gov/rng/
sabre150a at 2007-7-13 2:19:19 > top of Java-index,Other Topics,Algorithms...
# 3
Thanks alot, seems to be right on the spot what I was looking for.Gil
gilroittoa at 2007-7-13 2:19:19 > top of Java-index,Other Topics,Algorithms...
# 4
Gahh, the interface to the NIST RNG Testing, was incomprehensible... will try more later, but it seems to test alot.Slightly easier to run, although less things were tested, was: http://www.fourmilab.ch/random/
gilroittoa at 2007-7-13 2:19:19 > top of Java-index,Other Topics,Algorithms...