Zobrist key implementation.
View code on GitHub
Inheritance Hierarchy
Chess ZobristKey
Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax
The ZobristKey type exposes the following members.
Methods
Name | Description | |
---|---|---|
ComputeBoardZobristKey |
Compute the zobrist key for a board
View code on GitHub | |
UpdateZobristKey(Int64, Int32, ChessBoard PieceE, ChessBoard PieceE) |
Update the Zobrist key using the specified move
View code on GitHub | |
UpdateZobristKey(Int64, Int32, ChessBoard PieceE, ChessBoard PieceE, Int32, ChessBoard PieceE, ChessBoard PieceE) |
Update the Zobrist key using the specified move
View code on GitHub |
See Also