ZobristKey ClassDelta Engine Documentation
Zobrist key implementation. View code on GitHub
Inheritance Hierarchy

System Object
  Chess ZobristKey

Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public static class ZobristKey

The ZobristKey type exposes the following members.

Methods

  NameDescription
Public methodStatic memberComputeBoardZobristKey
Compute the zobrist key for a board View code on GitHub
Public methodStatic memberUpdateZobristKey(Int64, Int32, ChessBoard PieceE, ChessBoard PieceE)
Update the Zobrist key using the specified move View code on GitHub
Public methodStatic memberUpdateZobristKey(Int64, Int32, ChessBoard PieceE, ChessBoard PieceE, Int32, ChessBoard PieceE, ChessBoard PieceE)
Update the Zobrist key using the specified move View code on GitHub
Top
See Also