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

suggestion: add new search types for text seeds and random seeds #342

Open
elenaran opened this issue Nov 5, 2024 · 2 comments
Open

suggestion: add new search types for text seeds and random seeds #342

elenaran opened this issue Nov 5, 2024 · 2 comments

Comments

@elenaran
Copy link

elenaran commented Nov 5, 2024

Text seeds would be super easy - just do incremental search from -2^48 to +2^48

Random seeds would also be very easy, since you've already got the nextLong() function in the library, just loop through 0 to 2^48 as inputs into the nextLong() call.

@69b69t
Copy link

69b69t commented Nov 5, 2024 via email

@elenaran
Copy link
Author

elenaran commented Nov 6, 2024

Submitted a PR
#343

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants