We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7a7f3d + f77a10a commit 0c4d1c1Copy full SHA for 0c4d1c1
src/esostrategy.cc
@@ -54,7 +54,6 @@ namespace libcmaes
54
{
55
std::random_device rd;
56
_uhgen = std::mt19937(rd());
57
- _uhgen.seed(static_cast<uint64_t>(time(nullptr)));
58
_uhunif = std::uniform_real_distribution<>(0,1);
59
}
60
@@ -71,7 +70,6 @@ namespace libcmaes
71
70
72
73
74
75
76
77
0 commit comments