Improve comments, break long lines.

This commit is contained in:
Tomasz Sobczyk
2020-09-07 23:55:07 +02:00
committed by nodchip
parent 0202218f58
commit 41b7674aee
2 changed files with 213 additions and 109 deletions

View File

@@ -226,6 +226,7 @@ namespace Math {
}
namespace Algo {
// Fisher-Yates
template <typename Rng, typename T>
void shuffle(std::vector<T>& buf, Rng&& prng)
{