Dev.to · gaven yang
🔧 Backend Engineering
5mo ago
Stop Using `Math.random()` for Raffles: Building a Truly Fair Wheel with React & Web Crypto API
We've all built that simple random picker for a side project using Math.random(). It's easy, it's one...