From 4553ef6ec760459ee90afeb92f625948c248b0a3 Mon Sep 17 00:00:00 2001 From: mmueller65 Date: Sun, 16 Aug 2015 18:02:09 +0000 Subject: [PATCH] Remove reference to SgRandom::Global git-svn-id: svn://svn.code.sf.net/p/fuego/code/trunk@2005 2e953b5c-c64d-0410-be54-f773e93e544c --- smartgame/SgUctSearch.h | 1 - 1 file changed, 1 deletion(-) diff --git a/smartgame/SgUctSearch.h b/smartgame/SgUctSearch.h index 0245a3c6..3a0248be 100644 --- a/smartgame/SgUctSearch.h +++ b/smartgame/SgUctSearch.h @@ -266,7 +266,6 @@ enum SgUctMoveSelect instances of this class in different threads (after construction, the constructor does not need to be thread safe). Beware not to use classes that are not thread-safe, because they use global variables - (e.g. SgRandom::Global()) @note Technically it is possible to use a non-thread safe implementation of subclasses, as long as the search is run with only one thread. @ingroup sguctgroup */