Simplify Skill implementation

Currently we handle the UCI_Elo with a double randomization. This
seems not necessary and a bit involuted.

This patch removes the first randomization and unifies the 2 cases.

closes https://github.com/official-stockfish/Stockfish/pull/3769

No functional change.
This commit is contained in:
xefoci7612
2021-10-10 14:03:51 +02:00
committed by Joost VandeVondele
parent 0e89d6e754
commit ef4822aa8d
2 changed files with 20 additions and 22 deletions
+1
View File
@@ -194,6 +194,7 @@ tttak
Unai Corzo (unaiic)
Uri Blass (uriblass)
Vince Negri (cuddlestmonkey)
xefoci7612
zz4032