TIL Math.random() for design tricks
POSTED ON:
I love this.
Random Particles:
Generative Art
Random Words
Also this last bit:
Is Math.random() the same as WebCrypto?
As you’ve seen from this article, Math.random() is awesome! However, if you dealing with sensitive applications and need a more secure method of randomization, I’d recommend WebCrypto. Reasons you may want to use WebCrypto include temporary verification codes, random password generation, randomized lottery numbers, etc.
via Lots of Ways to Use Math.random() in JavaScript
Related TILs
Tagged: codepen