Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/19/19 09:46:00 (5 years ago)
Author:
gkronber
Message:

#2933: merged r16071 and r16661 from trunk to stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Algorithms.DataAnalysis/3.4/CrossValidation.cs

    r15584 r16835  
    301301        if ((ExecutionState != ExecutionState.Prepared) && (ExecutionState != ExecutionState.Paused))
    302302          throw new InvalidOperationException(string.Format("Start not allowed in execution state \"{0}\".", ExecutionState));
    303         seed = new FastRandom().NextInt();
     303        seed = RandomSeedGenerator.GetSeed();
    304304
    305305        if (Algorithm == null) return;
Note: See TracChangeset for help on using the changeset viewer.