Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/28/10 01:44:33 (14 years ago)
Author:
swagner
Message:

Revoked changes of r5177 (#1333)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ParallelEngine/HeuristicLab.Random/3.3/UniformRandomizer.cs

    r5177 r5178  
    8383    /// Generates a new uniformly distributed random variable.
    8484    /// </summary>
    85     public override IOperation Apply(IExecutionContext context) {
     85    public override IOperation Apply() {
    8686      IRandom random = RandomParameter.ActualValue;
    8787      double min = MinParameter.ActualValue.Value;
Note: See TracChangeset for help on using the changeset viewer.