fixed attribution

This commit is contained in:
joaquintides
2023-07-17 18:36:08 +02:00
parent 2c3b44e41c
commit 0e6752ef70

View File

@@ -65,7 +65,7 @@
* - Trivial changes to get rid of GCC specific functions and some warnings.
* - Cached values to speed up zipfian_int_distribution::operator().
* - Replaced std::generate_canonical with faster alternative (contributed
* by Martin Leitner-Ankerl).
* by Martin Leitner-Ankerl from https://prng.di.unimi.it/).
*/
#include <cmath>