Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/16/10 04:53:58 (14 years ago)
Author:
swagner
Message:

Adaptions according to the new IContent interface (#969).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Random/3.3/RandomCreator.cs

    r3160 r3368  
    2222using HeuristicLab.Core;
    2323using HeuristicLab.Data;
     24using HeuristicLab.Operators;
    2425using HeuristicLab.Parameters;
    2526using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    26 using HeuristicLab.Random;
    2727
    28 namespace HeuristicLab.Operators {
     28namespace HeuristicLab.Random {
    2929  /// <summary>
    3030  /// An operator which creates a new Mersenne Twister pseudo random number generator.
Note: See TracChangeset for help on using the changeset viewer.