Skip to content

Commit

Permalink
reseed bitboardengine with bitboard
Browse files Browse the repository at this point in the history
  • Loading branch information
m-heim committed Mar 27, 2024
1 parent d977d7d commit 3aaddb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/position/core/bitboard.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ inline uint8_t bitboardGetHW(Bitboard bitboard) {
constexpr Bitboard BITBOARD_RANDOM_NUMBER_SEED = fileA | fileC | rank3 | rank7;
extern std::mt19937_64 randomNumberEngine;
extern std::uniform_int_distribution<Bitboard> randomBitboardDistribution;
void reseedBitboardEngine(uint16_t seed);
void reseedBitboardEngine(Bitboard seed);
Bitboard getRandomBitboard();

0 comments on commit 3aaddb3

Please sign in to comment.