|
|
|
|
|
by btilly
3132 days ago
|
|
There is a mistake in the description of the Rabin-Miller test. The test itself is deterministic. If you try it for more than half of the numbers in the range, it gives you an exact answer. In practice we run it as a probabilistic test because we don't want to test all of those numbers. :-) |
|