Browse Source

Decision to follow knuth over ms results

svn path=/trunk/mcs/; revision=33422
Ben Maurer 21 years ago
parent
commit
b409d00f1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mcs/class/corlib/System/Random.cs

+ 1 - 1
mcs/class/corlib/System/Random.cs

@@ -74,7 +74,7 @@ namespace System
 				}
 			}
 			inext = 0;
-			inextp = 21;
+			inextp = 31;
 		}
 
 		protected virtual double Sample ()