Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/19/21 16:07:45 (2 years ago)
Author:
mkommend
Message:

#2521: Merged trunk changes into branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Random/3.3/NormalRandomizer.cs

    r17226 r18086  
    2626using HeuristicLab.Parameters;
    2727using HEAL.Attic;
     28using System;
    2829
    2930namespace HeuristicLab.Random {
     
    3334  [StorableType("0EAF4184-6C98-4C9D-80A1-09A42E03450E")]
    3435  [Item("NormalRandomizer", "Initializes the value of variable 'Value' to a random value normally distributed with parameters 'Mu' and 'Sigma'")]
     36  [Obsolete("Use NormalRandomizerPolar instead.")]
    3537  public class NormalRandomizer : SingleSuccessorOperator {
    3638    #region Parameter Properties
Note: See TracChangeset for help on using the changeset viewer.