Replies: 3 comments 4 replies
-
yes, in the incremental search type you can set bounds
…On Wed, Apr 24, 2024, 11:57 AM Viniioo ***@***.***> wrote:
Like search seeds from e.g -46449 to -1000000 or something
—
Reply to this email directly, view it on GitHub
<#292>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVRMB4PUK34TXX7VRBHH7C3Y676C7AVCNFSM6AAAAABGXPJOCWVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGU2TKOBRGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
it uses unsigned integers iirc, so set the negative number to 2^64 - <your
negative number>
…On Wed, Apr 24, 2024, 12:01 PM Viniioo ***@***.***> wrote:
Apparently you cant set it with negative values or i could just be dumb
—
Reply to this email directly, view it on GitHub
<#292 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVRMB4JEYDOY6TRQI65LV33Y676PHAVCNFSM6AAAAABGXPJOCWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TEMJXGMZTC>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
its the same as the negative number (mod 2^64) so it should be the same.
when i get home ill do some testing
…On Wed, Apr 24, 2024, 12:08 PM Viniioo ***@***.***> wrote:
So, 2 to the power of 64 - 46649? gives a huge huge number: 1.8446744e+19
—
Reply to this email directly, view it on GitHub
<#292 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVRMB4PH4RR6MFH7A5Q6IHDY677JVAVCNFSM6AAAAABGXPJOCWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TEMJXGM4TA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Like search seeds from e.g -46449 to -1000000 or something
Beta Was this translation helpful? Give feedback.
All reactions