We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfb385 commit f628eabCopy full SHA for f628eab
docs/pages/limitations.md
@@ -33,7 +33,7 @@ Next, adding simultaneous collision makes the answer worse.
33
34
## Determinism
35
36
-For the same input, and same binary, Box2D/Planck.js will reproduce any simulation.
+For the same input, and same javascript runtime, Box2D/Planck.js will reproduce any simulation.
37
Box2D/Planck.js does not use any random numbers nor base any computation on random events (such as timers, etc).
38
39
However, people often want more stringent determinism.
0 commit comments