[Mono-bugs] [Bug 68452][Nor] Changed - BigInteger.Randomize doesn't work if BigInteger.BitCount == 0
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Oct 2004 14:35:09 -0400 (EDT)
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 sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68452
--- shadow/68452 2004-10-19 12:00:51.000000000 -0400
+++ shadow/68452.tmp.26846 2004-10-25 14:35:09.000000000 -0400
@@ -41,6 +41,10 @@
In order to get a random BigInteger of a specific size the static
method GenerateRandom should be used.
Note: Fixed in HEAD (will backport into MONO-1-0 when I get back home
next week).
+
+------- Additional Comments From sebastien@ximian.com 2004-10-25 14:35 -------
+Fix also applied to mono-1-0 branch.
+Thanks for the report Pieter!