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

Use Seed.fromLongs for initial seed #60

Merged
merged 1 commit into from
May 15, 2023

Conversation

inmost-light
Copy link
Contributor

Seed.random() internally calls Seed.next a few times, which makes the error message (e.g. Init Seed: -629881034477878617) not very useful for recreating the seed, as we don't know the other 3 numbers.

`Seed.random()` internally calls `Seed.next` a few times, which makes
the error message (e.g. `Init Seed: -629881034477878617`) not very
useful for recreating the seed, as we don't know the other 3 numbers.
@cheeseng
Copy link
Contributor

Looks good to me, @bvenners do you mind approving this PR?

@cheeseng cheeseng merged commit e4f5c64 into scalatest:main May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants