projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98623fb
)
Remove bad wording
author
Richard Lander
<rlander@microsoft.com>
Wed, 21 Oct 2015 06:02:19 +0000
(23:02 -0700)
committer
Richard Lander
<rlander@microsoft.com>
Wed, 21 Oct 2015 06:03:27 +0000
(23:03 -0700)
One team borrowed code from another.
Commit migrated from https://github.com/dotnet/coreclr/commit/
19ac8764fcd461a1b5d9c14940cca24dac62db02
src/coreclr/src/inc/random.h
patch
|
blob
|
history
diff --git
a/src/coreclr/src/inc/random.h
b/src/coreclr/src/inc/random.h
index
790cb4f
..
847c9b6
100644
(file)
--- 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: