I am learning rust so i kind of want to try some thing. This prime number generator takes 3 inputs
-
low
-
high
-
count
It is the value from where we want to find prime numbers
It is the value up to where we want to find prime numbers
so basically it generates primes from [low-high)
No of thread to use (IDK the max thread that is supported)
A Final.txt file in created where all primes are stored