Skip to content

Commit

Permalink
Update limitations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shakiba authored Feb 9, 2025
1 parent 6cfb385 commit f628eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Next, adding simultaneous collision makes the answer worse.

## Determinism

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.
Box2D/Planck.js does not use any random numbers nor base any computation on random events (such as timers, etc).

However, people often want more stringent determinism.
Expand Down

0 comments on commit f628eab

Please sign in to comment.