You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: