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
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# Rust Collatz Solution
2
2
3
-
A high-performance Rust implementation for searching potential counterexamples to the Collatz conjecture using arbitrary-precision arithmetic.
3
+
A high-performance Rust implementation for randomly searching potential counterexamples to the Collatz conjecture using arbitrary-precision arithmetic. **The random search space by default is 2^68 to 2^2000.**
0 commit comments