Skip to content

Commit 6667fb0

Browse files
authored
Update README with random search space details
1 parent 339f31b commit 6667fb0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Rust Collatz Solution
22

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.**
4+
5+
<img width="500" height="531" alt="image" src="https://github.com/user-attachments/assets/05894ec5-fdf6-407f-ba98-85f0ee8044a4" />
6+
7+
To run just download the repo and run, `cargo run`.
48

59
## Overview
610

@@ -156,4 +160,4 @@ When `--viz` is specified:
156160

157161
## License
158162

159-
This project is open source. Please check the repository for license details.
163+
This project is open source. Please check the repository for license details.

0 commit comments

Comments
 (0)