Echo JS 0.11.0

<~>

nastyox comments

nastyox 1375 days ago. link 1 point
Thanks for having a look. It uses window.crypto.getRandomValues with window.msCrypto.getRandomValues as a failsafe and Math.random as an "all else failed" last-ditch effort. It works with all data types in JavaScript as well as jQuery elements, is available for plain JS as well as Node.js, and requires very little effort to accomplish a lot in a simple, human-readable way. We also offer a Math.random() based version (version 1.0.0) if that's your preference for some reason, but it's not our default recommendation. The source code is available on the GitHub if you're interested in learning more.