- Timestamp:
- 09/16/13 14:19:19 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/SampleSizeInfluenceView.cs
r9911 r9968 223 223 for (int i = 0; i < idx; i++) { 224 224 int r = rand.Next(usableRuns.Count()); 225 runGroup.Add(usableRuns[ i]);225 runGroup.Add(usableRuns[r]); 226 226 } 227 227 runGroup.ForEach(x => AddDataPoint(x, idx));
Note: See TracChangeset
for help on using the changeset viewer.