Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose RNG from scrutiny to be used by potential global state #19

Open
kaeedo opened this issue Mar 7, 2023 · 0 comments
Open

Expose RNG from scrutiny to be used by potential global state #19

kaeedo opened this issue Mar 7, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@kaeedo
Copy link
Owner

kaeedo commented Mar 7, 2023

Scrutiny uses a single Random object within its runner to be able to replay tests with a given seed. Expose this object publicly so that the actual test implementations can make use of it in case something "random" should be done in the test implementation but with replayability

@kaeedo kaeedo added the help wanted Extra attention is needed label Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant