Hacker News new | ask | show | jobs
by exmadscientist 1400 days ago
Weak generators can also cause trouble in non-security-related applications. Monte Carlo simulations or integrations run with generators that don't truly randomly sample with respect to the underlying structure of the problem can go quite badly wrong. This usually requires a truly awful generator, but you'd be surprised what can happen. These days there is really no excuse to use anything worse than the Mersenne Twister for mathematical uses.
1 comments

I think what you're talking about would be random numbers with a poor distribution, which is important to distinguish from random numbers with poor unpredictability.