Today I Learned - Rocky Kev

Tagged “random”

  1. TIL Math.random() for design tricks

    Math.random() is awesome! However, if you dealing with sensitive applications and need a more secure method of randomization, I’d recommend WebCrypto.

  2. TIL how to get a random Hex color

    Math.random()*16777215 then turn it into a

See all tags.