Consider using on of the options provided on random.org for randomization instead of the Crypto: getRandomValues() method which is a pseudo generator. The options provided by random.org are as close to truly random as one can get when random isn't truely random. :)
Consider using on of the options provided on random.org for randomization instead of the Crypto: getRandomValues() method which is a pseudo generator. The options provided by random.org are as close to truly random as one can get when random isn't truely random. :)