- Timestamp:
- 04/19/19 09:46:00 (6 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk merged: 16071,16661
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/ParameterlessPopulationPyramid.cs
r15584 r16835 231 231 protected override void Initialize(CancellationToken cancellationToken) { 232 232 // Set up the algorithm 233 if (SetSeedRandomly) Seed = new System.Random().Next();233 if (SetSeedRandomly) Seed = RandomSeedGenerator.GetSeed(); 234 234 pyramid = new List<Population>(); 235 235 seen.Clear();
Note: See TracChangeset
for help on using the changeset viewer.