[Mono-bugs] [Bug 51229][Nor] Changed - PrimalityTests.SmallPrimeSppTest doesn't work...
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 20 Nov 2003 16:13:43 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by pieter@mentalis.org.
http://bugzilla.ximian.com/show_bug.cgi?id=51229
--- shadow/51229 2003-11-20 14:54:43.000000000 -0500
+++ shadow/51229.tmp.32520 2003-11-20 16:13:43.000000000 -0500
@@ -31,6 +31,23 @@
Can you provide some incite into why it is not working correctly. Am
stumped on this one.
Thanks,
Ben
+
+------- Additional Comments From pieter@mentalis.org 2003-11-20 16:13 -------
+I've posted a a more detailed description about this bug on mono-
+devel-list. You can find my posts at:
+
+http://lists.ximian.com/archives/public/mono-devel-list/2003-
+November/003026.html
+
+and
+
+http://lists.ximian.com/archives/public/mono-devel-list/2003-
+November/003027.html
+
+I don't know why exactly the SmallPrimeSppTest doesn't work -- it
+simply returns the wrong results [ie, if you give it a prime number,
+SmallPrimeSppTest says it isn't prime]. The Rabin-Miller test returns
+the correct results.