Arithmetic Quote by John von Neumann
“Any one who considers arithmetical methods of producing random digits is, of course, in a state of sin.”
About This Quote
Source Letter: Random Number Generation, 1951
Using arithmetic formulas to create random numbers is fundamentally flawed because true randomness cannot be generated deterministically.
In simple terms: Math‑based random generators are not truly random.
Prefer physical or hardware randomness sources for critical tasks.
Themes
Mood
Type
When to use this quote
- simulation
- security protocols
- Monte Carlo methods
- gaming RNGs
Key Concepts
Questions to Reflect On
- Can deterministic randomness ever be acceptable?
- What alternatives ensure true randomness?
Algorithmic methods can be sufficient for non‑critical uses.