Hacker News new | ask | show | jobs
by kroltan 3251 days ago
No idea what destructive updates are, but determinism is when you can run multiple times in multiple environments and get the same results
1 comments

then yes, it is deterministic :)
I don't mean to be rude, but if you don't know the term I'd put money on it not being deterministic. Especially if you're running in JavaScript on multiple browsers.

A single step that isn't consistent in behavior across every setup is enough to make the entire process non-deterministic.