Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/19/10 05:38:47 (14 years ago)
Author:
swagner
Message:

Worked in integration of FastRandom PRNG (#1114)

File:
1 edited

Legend:

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

    r4068 r4258  
    7070      Parameters.Add(new LookupParameter<DoubleValue>("Value", "The value that should be set to a random value."));
    7171    }
     72    [StorableConstructor]
     73    protected UniformRandomizer(bool deserializing) : base(deserializing) { }
    7274
    7375    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.