[Mono-bugs] [Bug 43597][Wis] Changed - When Random () is started with a seed 0, it always returns 0 for NextValue

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 2 Jun 2003 21:32:50 -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 spouliot@videotron.ca.

http://bugzilla.ximian.com/show_bug.cgi?id=43597

--- shadow/43597	Thu May 29 22:39:52 2003
+++ shadow/43597.tmp.11260	Mon Jun  2 21:32:50 2003
@@ -1,13 +1,13 @@
 Bug#: 43597
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: 001 One hour
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: bmaurer@users.sf.net                            
 ReportedBy: giuseppe.greco@agamura.com               
 QAContact: mono-bugs@ximian.com
@@ -91,6 +91,10 @@
 I will write the code for this tomorrow.
 
 ------- Additional Comments From bmaurer@users.sf.net  2003-05-29 22:39 -------
 Created an attachment (id=4500)
 New version of Random.cs. sp: can you make NUnit tests and then check it all in
 
+
+------- Additional Comments From spouliot@videotron.ca  2003-06-02 21:32 -------
+Commited patch to CVS and updated unit test to compare results with 
+MS/Rotor implementation.