From bd37a0e3cf9ae78c5f6ce95e1e77b5b87e74e5ad Mon Sep 17 00:00:00 2001 From: avolkov Date: Sat, 20 May 2006 21:43:00 +0000 Subject: [PATCH] Some instances of 'Random' in comments got replaced by 'TFB_Random' wholesale git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2367 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/grpinfo.c | 2 +- sc2/src/sc2code/libs/math/random.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sc2/src/sc2code/grpinfo.c b/sc2/src/sc2code/grpinfo.c index 2d350a95b..e3417e399 100644 --- a/sc2/src/sc2code/grpinfo.c +++ b/sc2/src/sc2code/grpinfo.c @@ -497,7 +497,7 @@ GetGroupInfo (DWORD offset, BYTE which_group) if (offset) InitGroupInfo (FALSE); - /* TFB_Random battle group */ + /* Random battle group */ else if (ValidateEvent (ABSOLUTE_EVENT, /* still fresh */ &month_index, &day_index, &year_index)) { diff --git a/sc2/src/sc2code/libs/math/random.c b/sc2/src/sc2code/libs/math/random.c index 82a4e4a76..d21cab427 100644 --- a/sc2/src/sc2code/libs/math/random.c +++ b/sc2/src/sc2code/libs/math/random.c @@ -21,7 +21,7 @@ * DESC: a library of random number generators for general purpose use. * * References: -* "TFB_Random Number Generators: Good ones are hard to find" S.K.Park & K.W.Miller +* "Random Number Generators: Good ones are hard to find" S.K.Park & K.W.Miller * Communications of the ACM, Vol31 Number 10, October 1988, Pp 1192-1201 * * HISTORY: Created 1/23/1989