the key was found after 0.7206% of the range.
So someone solved puzzle 69 using a modified Cyclone in 20 days?

Hi all! Modified version with jumps and partial match:
https://github.com/Dookoo2/CycloneTry your luck:)
It seems shady...
The "updated" version of Dookoo2 Cyclone is only available as compiled Windows binary file (.exe) without source code available. The source code available on dookoo's github is old and it isn't probably the same code that was used to compile the new windows .exe file.
I suggest to be very careful here ...
The source code of WIN is the same as Linux version, you can compile you own .exe with mingw (in the end of readme - it has an instruction, use WSL2 on Windows and a few command in WSL2 Ubuntu for installing mingw compiler).
And I also add random, but it is less efficiency than sequential search.
By the way, for random scanning you can use distributed cyclone, srv and client could be at the same PC (it is no affect to speed of scanning). Distributed cyclone splits the whole range into small sub ranges and the client gives random sub range to scan.