-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve seed-passing experience in test API
Now, seeds are passed as arrays, rather than needing to pass an entire PRNG object. In addition, they're now passed in the options object, instead of as a separate argument. This is done mostly so the Miracle Eye can be rewritten with a custom seed, which requires fewer turns and should overall be faster. Which was in turn done because a Miracle Eye timed out on Travis CI earlier. Overall, the speed increase is pretty negligible, so this is mostly just about improving the test API.
- Loading branch information
Showing
3 changed files
with
32 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters