▲ How to populate an array with random numbers in JavaScript at www.ma-no.org▼1 up and 0 down, posted by salvietta 1295 days ago 1 comment
tracker1 1291 days ago. link 2 points ▲ ▼Math.random isn't a good random number generator, especially for smaller number variations. Use window.crypto or import 'crypto' for node.