Hacker News new | ask | show | jobs
by janalsncm 1286 days ago
Appreciate it! In the process I learned that the best way to get random numbers is with window.crypto.getRandomValues() which is supposed to be cryptographically secure unlike Math.random().