[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 00:30:11 -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	Wed May 28 22:51:39 2003
+++ shadow/43597.tmp.16947	Thu May 29 00:30:11 2003
@@ -80,6 +80,12 @@
 
 result using MS framework 1.0
 Seed=24 -> 43-DB-8B-AE-0A-88-A8-7B
 Seed=8 -> E7-2A-5C-44-D1-8C-7D-74
 Seed=2 -> C5-67-2A-FC-1B-4E-CD-72
 Seed=0 -> B9-D1-C4-8E-34-8F-E7-71
+
+------- 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.