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:
@@ -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))
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user