Remove bad wording
authorRichard Lander <rlander@microsoft.com>
Wed, 21 Oct 2015 06:02:19 +0000 (23:02 -0700)
committerRichard Lander <rlander@microsoft.com>
Wed, 21 Oct 2015 06:03:27 +0000 (23:03 -0700)
One team borrowed code from another.

src/inc/random.h

index 790cb4f..847c9b6 100644 (file)
@@ -7,7 +7,7 @@
 // 
 
 // 
-// Defines a random number generator, ripped off from the System.Random code in the BCL.  If you notice any problems,
+// Defines a random number generator, initially from the System.Random code in the BCL.  If you notice any problems,
 // please compare to the implementation in src\mscorlib\src\system\random.cs.
 //
 // Main advantages over rand() are: