Changeset 16661
- Timestamp:
- 03/07/19 17:22:34 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Algorithms.DataAnalysis/3.4/CrossValidation.cs
r16565 r16661 300 300 if ((ExecutionState != ExecutionState.Prepared) && (ExecutionState != ExecutionState.Paused)) 301 301 throw new InvalidOperationException(string.Format("Start not allowed in execution state \"{0}\".", ExecutionState)); 302 seed = new FastRandom().NextInt();302 seed = RandomSeedGenerator.GetSeed(); 303 303 304 304 if (Algorithm == null) return;
Note: See TracChangeset
for help on using the changeset viewer.