Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/10/10 18:28:50 (14 years ago)
Author:
epitzer
Message:

Make StorableClass attribute compulsory for StorableSerializer to work, add named property StorableClassType to choose between Empty and MarkedOnly, later other options will be added. (#548)

File:
1 edited

Legend:

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

    r2794 r2994  
    3232  /// </summary>
    3333  [Item("NormalDistributedRandom", "A pseudo random number generator which uses the Ziggurat method to create normally distributed random numbers.")]
     34  [StorableClass(StorableClassType.MarkedOnly)]
    3435  public class NormalDistributedRandom : Item, IRandom {
    3536    [Storable]
Note: See TracChangeset for help on using the changeset viewer.