|
|
|
|
|
by crishoj
3957 days ago
|
|
The generators in this project are deterministic, and the tests thus repeatable, according to this extract from the README: Avoid calling Math.random in your [custom generator] functions, since if you do so, test runs won't be repeatable. All randomness should come from the built-in generators. |
|