Z
Zytan
As mentioned earlier, the most common reason for bad randomness is
Yup, I am not doing this, so that's not the issue for me.
Has anyone tried this? I'd like to see the result. I'll do it myself
if no one has.
Ok, thanks.
Zytan
creating several Random objects. If used correctly, the randomness is
pretty good.
Yup, I am not doing this, so that's not the issue for me.
If you create a very large number of random numbers, you will be able to
see some subtle patterns. If you for example pick colors by random for
every pixel in a large image, your brain will probably be able to
distinguish some patterns, as the random numbers are not completely random.
Has anyone tried this? I'd like to see the result. I'll do it myself
if no one has.
If you need really really really good randomness, there is a random
generator in the System.Security.Cryptography namespace. It's used to
create encryption keys, where the demands for randomness is extremely high.
Ok, thanks.
Zytan