From 723d914703a2c1c4032684fb750719b014e125b8 Mon Sep 17 00:00:00 2001 From: Richard Lander Date: Tue, 20 Oct 2015 23:02:19 -0700 Subject: [PATCH] Remove bad wording One team borrowed code from another. Commit migrated from https://github.com/dotnet/coreclr/commit/19ac8764fcd461a1b5d9c14940cca24dac62db02 --- src/coreclr/src/inc/random.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/src/inc/random.h b/src/coreclr/src/inc/random.h index 790cb4f..847c9b6 100644 --- a/src/coreclr/src/inc/random.h +++ b/src/coreclr/src/inc/random.h @@ -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: -- 2.7.4