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
This commit is contained in:
avolkov
2006-05-20 21:43:00 +00:00
parent e7c01297dd
commit bd37a0e3cf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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))
{
+1 -1
View File
@@ -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