As Java developers, we reach for Math.random() instinctively. It’s static, easy to type, and works perfectly for retries or UI animations. But if you are using it to generate password reset tokens, ...