I know there are some methods like montecarlo method to test for primality but find it difficult to implement these algorithm. I would like you give your suggestions on it. Hope you all find this discussion interesting.
How can you test for primality of a hundred digit random number?
Collapse
X
-
Tags: None
-
Originally posted by scripter407I know there are some methods like montecarlo method to test for primality but find it difficult to implement these algorithm. I would like you give your suggestions on it. Hope you all find this discussion interesting.
the answer is that you dont ask that in a C/C++ forum if you cant do it on paper
Comment