Changeset 2210 for branches/GP-Refactoring-713/sources/HeuristicLab.Random
- Timestamp:
- 07/29/09 18:28:45 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-Refactoring-713/sources/HeuristicLab.Random/3.2/NormalDistributedRandom.cs
r1530 r2210 55 55 } 56 56 private IRandom uniform; 57 private double[] w = new double[] {57 private static readonly double[] w = new double[] { 58 58 1.7290404664e-09, 59 59 1.2680928529e-10, … … 185 185 1.6030947680e-09 186 186 }; 187 private long[] k = new long[] {187 private static readonly long[] k = new long[] { 188 188 1991057938, 189 189 0, … … 315 315 2010539237 316 316 }; 317 private double[] f = new double[] {317 private static readonly double[] f = new double[] { 318 318 1.0000000000e+00, 319 319 9.6359968185e-01,
Note: See TracChangeset
for help on using the changeset viewer.