Skip to content

Commit

Permalink
Remove reference to SgRandom::Global
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/fuego/code/trunk@2005 2e953b5c-c64d-0410-be54-f773e93e544c
  • Loading branch information
mmueller65 committed Aug 16, 2015
1 parent 5d084da commit 4553ef6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion smartgame/SgUctSearch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4553ef6

Please sign in to comment.