|
|
|
|
|
by altcognito
142 days ago
|
|
Explain this though. The code is deterministic, even if it relies on pseudo random number generation. It doesn't just happen, someone has to make a conscious decision to force a different code path (or model) if the system is loaded. |
|
When you add A then B then C, you get a different answer than C then A then B, because floating point, approximation error, subnormals etc.