[Mono-bugs] [Bug 62082][Wis] Changed - Different, maybe wrong, number in Random.cs implementation
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 29 Jul 2004 14:13:36 -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 azugaldia@yahoo.es.
http://bugzilla.ximian.com/show_bug.cgi?id=62082
--- shadow/62082 2004-07-29 13:18:05.000000000 -0400
+++ shadow/62082.tmp.1722 2004-07-29 14:13:35.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 62082
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: RESOLVED
+Status: NEEDINFO
Resolution: NOTABUG
Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: azugaldia@yahoo.es
@@ -25,6 +25,10 @@
reason to change the number. Maybe the Random class mus be reviewed by its
author to check it hasn't any more subtle "bugs".
------- Additional Comments From bmaurer@users.sf.net 2004-07-29 13:18 -------
We have talked about this before. MS seems to use a different constant
there.
+
+------- Additional Comments From azugaldia@yahoo.es 2004-07-29 14:13 -------
+Knuth and numerical recipes use 21 (and also Microsoft), why Mono use
+a different constant? We are not implementing Knuth algorithm?