Hacker News new | ask | show | jobs
by sjrd 1578 days ago
Let's say you use JDK 17 (which re-specified float and double operations to be strict everywhere) and always use `java.lang.StrictMath` instead of `Math`, wouldn't you get determinism for all the floating point operations "for free"?
1 comments

That's a very expensive "free"
Hum, yes, that's probably true for real-time physics.