java.util.Random.nextDouble() is slow for me and I need something really fast.
I did some google search and I\'ve found only integers based fast random generators.
You could create an array of random doubles when you init your program and then just repeat it. This is much faster but the random values reapeat themselfs.