- Timestamp:
- 09/06/12 11:35:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/MultinormalEvaluator.cs
r7259 r8587 44 44 set { Parameters["s^2s"].ActualValue = value; } 45 45 } 46 private static Random Random = newRandom();46 private static System.Random Random = new System.Random(); 47 47 48 48 private Dictionary<int, List<RealVector>> stdCenters;
Note: See TracChangeset
for help on using the changeset viewer.