diceroll
diceroll copied to clipboard
Improve randomness
Math.random() has a very uniform distribution. Use crypto.getRandomValues()
instead.