- Timestamp:
- 12/26/10 03:51:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Random/3.3/UniformRandomizer.cs
r4722 r5177 83 83 /// Generates a new uniformly distributed random variable. 84 84 /// </summary> 85 public override IOperation Apply( ) {85 public override IOperation Apply(IExecutionContext context) { 86 86 IRandom random = RandomParameter.ActualValue; 87 87 double min = MinParameter.ActualValue.Value;
Note: See TracChangeset
for help on using the changeset viewer.