mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00:00
Improve comments, break long lines.
This commit is contained in:
@@ -226,6 +226,7 @@ namespace Math {
|
||||
}
|
||||
|
||||
namespace Algo {
|
||||
// Fisher-Yates
|
||||
template <typename Rng, typename T>
|
||||
void shuffle(std::vector<T>& buf, Rng&& prng)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user