[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
Thu, 29 May 2003 22:39:52 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=43597
--- shadow/43597 Thu May 29 00:30:11 2003
+++ shadow/43597.tmp.4351 Thu May 29 22:39:52 2003
@@ -86,6 +86,11 @@
------- Additional Comments From bmaurer@users.sf.net 2003-05-29 00:30 -------
I just tested the Rotor source code with that vector, it seems that
Rotor and MS.net do use the same PRNG code.
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
+